From 40d20e3042de3612056a2f312106e10766370b03 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 20 Aug 2016 22:01:02 +0300 Subject: [PATCH] Update version and name --- library.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index a3b6065..15992bd 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,9 @@ { - "name": "Arduino-MIDI", + "name": "MIDI Library", + "version": "4.2", "keywords": "midi", "description": "This library enables MIDI I/O communications on the Arduino serial ports", - "author": + "authors": { "name": "Francois Best", "email": "francois.best@fortyseveneffects.com", @@ -14,5 +15,7 @@ "url": "https://github.com/FortySevenEffects/arduino_midi_library.git" }, "include": "src", - "examples": "res/Examples/*/*.ino" + "examples": "res/Examples/*/*.ino", + "frameworks": "arduino", + "platforms": "atmelavr" }