diff --git a/README.md b/README.md index 507ea2a..2dc9eff 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ MIDI_CREATE_INSTANCE(UsbTransport, sUsbTransport, MIDI); // ... ``` -now becomes in `5.0.0`: +now becomes in `5.x`: ```c++ #include diff --git a/library.json b/library.json index ce839e7..8e986b7 100644 --- a/library.json +++ b/library.json @@ -1,28 +1,23 @@ { - "name": "MIDI Library", - "version": "5.0.0", - "keywords": "midi", - "description": "Enables MIDI I/O communications on the Arduino serial ports", - "license": "MIT", - "authors": - { - "name": "Francois Best", - "email": "francois.best@fortyseveneffects.com", - "url": "https://github.com/Franky47", - "maintainer": true - }, - "repository": - { - "type": "git", - "url": "https://github.com/FortySevenEffects/arduino_midi_library.git", - "branch": "master" - }, - "export": { - "include": [ - "src", - "examples" - ] - }, - "frameworks": "arduino", - "platforms": ["atmelavr", "atmelsam", "teensy"] - } + "name": "MIDI Library", + "version": "5.0.1", + "keywords": "midi", + "description": "Enables MIDI I/O communications on the Arduino serial ports", + "license": "MIT", + "authors": { + "name": "Francois Best", + "email": "contact@francoisbest.com", + "url": "https://github.com/Franky47", + "maintainer": true + }, + "repository": { + "type": "git", + "url": "https://github.com/FortySevenEffects/arduino_midi_library.git", + "branch": "master" + }, + "export": { + "include": ["src", "examples"] + }, + "frameworks": "arduino", + "platforms": ["atmelavr", "atmelsam", "teensy"] +} diff --git a/library.properties b/library.properties index c37afab..ec4ef5d 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=MIDI Library -version=5.0.0 -author=Forty Seven Effects, lathoub -maintainer=Francois Best +version=5.0.1 +author=Francois Best, lathoub +maintainer=Francois Best sentence=MIDI I/Os for Arduino paragraph=Read & send MIDI messages to interface with your controllers and synths category=Communication