Skip to content

Commit 5aa283f

Browse files
author
Francois Best
committed
Updated version to 4.3.
1 parent 3d06d8f commit 5aa283f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Arduino MIDI Library"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 4.2"
41+
PROJECT_NUMBER = "Version 4.3"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

library.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
{
22
"name": "MIDI Library",
3-
"version": "4.2",
3+
"version": "4.3",
44
"keywords": "midi",
5-
"description": "This library enables MIDI I/O communications on the Arduino serial ports",
5+
"description": "Enables MIDI I/O communications on the Arduino serial ports",
6+
"license": "MIT",
67
"authors":
78
{
89
"name": "Francois Best",
910
"email": "[email protected]",
10-
"url": "http://fortyseveneffects.com"
11+
"url": "https://github.com/Franky47",
12+
"maintainer": true
1113
},
1214
"repository":
1315
{
1416
"type": "git",
15-
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git"
17+
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
18+
"branch": "master"
1619
},
20+
"downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3",
1721
"include": "src",
18-
"examples": "res/Examples/*/*.ino",
22+
"examples": "examples/*/*.ino",
1923
"frameworks": "arduino",
20-
"platforms": "atmelavr"
24+
"platforms": ["atmelavr", "atmelsam", "teensy"]
2125
}

0 commit comments

Comments
 (0)