File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : " francois.best@fortyseveneffects.com" ,
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 }
You can’t perform that action at this time.
0 commit comments