Updated version to 4.3.

This commit is contained in:
Francois Best 2016-11-02 20:08:26 +01:00
parent 3d06d8fde5
commit 5aa283f9c5
2 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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"]
}