From 5aa283f9c53e64b04eb4f33d57de093c8a42a279 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Wed, 2 Nov 2016 20:08:26 +0100 Subject: [PATCH] Updated version to 4.3. --- doc/Doxyfile | 2 +- library.json | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 79bba4c5..5551e599 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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 diff --git a/library.json b/library.json index 15992bdb..59628255 100644 --- a/library.json +++ b/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"] }