Skip to content

Commit

Permalink
Updated version to 4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Best committed Nov 2, 2016
1 parent 3d06d8f commit 5aa283f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 10 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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"]
}

0 comments on commit 5aa283f

Please sign in to comment.