Skip to content

Commit 0d9f6f4

Browse files
committed
chore: Release 5.0.2
Includes fix for missing MIDI_CREATE_CUSTOM_INSTANCE, see #150.
1 parent 80dfb83 commit 0d9f6f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Arduino MIDI Library"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 5.0.1"
41+
PROJECT_NUMBER = "Version 5.0.2"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MIDI Library",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"keywords": "midi",
55
"description": "Enables MIDI I/O communications on the Arduino serial ports",
66
"license": "MIT",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MIDI Library
2-
version=5.0.1
2+
version=5.0.2
33
author=Francois Best, lathoub
44
maintainer=Francois Best <[email protected]>
55
sentence=MIDI I/Os for Arduino

0 commit comments

Comments
 (0)