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"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "Version 4.2 "
41
+ PROJECT_NUMBER = "Version 4.3 "
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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 1
1
{
2
2
"name" : " MIDI Library" ,
3
- "version" : " 4.2 " ,
3
+ "version" : " 4.3 " ,
4
4
"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" ,
6
7
"authors" :
7
8
{
8
9
"name" : " Francois Best" ,
9
10
10
- "url" : " http://fortyseveneffects.com"
11
+ "url" : " https://github.com/Franky47" ,
12
+ "maintainer" : true
11
13
},
12
14
"repository" :
13
15
{
14
16
"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"
16
19
},
20
+ "downloadUrl" : " https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3" ,
17
21
"include" : " src" ,
18
- "examples" : " res/Examples /*/*.ino" ,
22
+ "examples" : " examples /*/*.ino" ,
19
23
"frameworks" : " arduino" ,
20
- "platforms" : " atmelavr"
24
+ "platforms" : [ " atmelavr" , " atmelsam " , " teensy " ]
21
25
}
You can’t perform that action at this time.
0 commit comments