chore: Release 5.0.2
Includes fix for missing MIDI_CREATE_CUSTOM_INSTANCE, see #150.
This commit is contained in:
parent
80dfb8333c
commit
0d9f6f4731
|
|
@ -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 5.0.1"
|
||||
PROJECT_NUMBER = "Version 5.0.2"
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "MIDI Library",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"keywords": "midi",
|
||||
"description": "Enables MIDI I/O communications on the Arduino serial ports",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=MIDI Library
|
||||
version=5.0.1
|
||||
version=5.0.2
|
||||
author=Francois Best, lathoub
|
||||
maintainer=Francois Best <contact@francoisbest.com>
|
||||
sentence=MIDI I/Os for Arduino
|
||||
|
|
|
|||
Loading…
Reference in New Issue