Updated version to 4.3.
This commit is contained in:
parent
3d06d8fde5
commit
5aa283f9c5
|
|
@ -38,7 +38,7 @@ PROJECT_NAME = "Arduino MIDI Library"
|
|||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = "Version 4.2"
|
||||
PROJECT_NUMBER = "Version 4.3"
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
|
|
|||
16
library.json
16
library.json
|
|
@ -1,21 +1,25 @@
|
|||
{
|
||||
"name": "MIDI Library",
|
||||
"version": "4.2",
|
||||
"version": "4.3",
|
||||
"keywords": "midi",
|
||||
"description": "This library enables MIDI I/O communications on the Arduino serial ports",
|
||||
"description": "Enables MIDI I/O communications on the Arduino serial ports",
|
||||
"license": "MIT",
|
||||
"authors":
|
||||
{
|
||||
"name": "Francois Best",
|
||||
"email": "francois.best@fortyseveneffects.com",
|
||||
"url": "http://fortyseveneffects.com"
|
||||
"url": "https://github.com/Franky47",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git"
|
||||
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
|
||||
"branch": "master"
|
||||
},
|
||||
"downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3",
|
||||
"include": "src",
|
||||
"examples": "res/Examples/*/*.ino",
|
||||
"examples": "examples/*/*.ino",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "atmelavr"
|
||||
"platforms": ["atmelavr", "atmelsam", "teensy"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue