From 0d9f6f4731ac05337499ac775a02fe6e182d2d6b Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 28 Apr 2020 07:31:10 +0200 Subject: [PATCH] chore: Release 5.0.2 Includes fix for missing MIDI_CREATE_CUSTOM_INSTANCE, see #150. --- doc/Doxyfile | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 49dc08c..65d0712 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 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 diff --git a/library.json b/library.json index 8e986b7..dd181dc 100644 --- a/library.json +++ b/library.json @@ -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", diff --git a/library.properties b/library.properties index ec4ef5d..89adbca 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MIDI Library -version=5.0.1 +version=5.0.2 author=Francois Best, lathoub maintainer=Francois Best sentence=MIDI I/Os for Arduino