Skip to content

Commit 47ce2ac

Browse files
committed
chore: Update version & package metadata
1 parent 1375b0b commit 47ce2ac

File tree

3 files changed

+26
-31
lines changed

3 files changed

+26
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MIDI_CREATE_INSTANCE(UsbTransport, sUsbTransport, MIDI);
7878
// ...
7979
```
8080
81-
now becomes in `5.0.0`:
81+
now becomes in `5.x`:
8282
8383
```c++
8484
#include <USB-MIDI.h>

library.json

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
{
2-
"name": "MIDI Library",
3-
"version": "5.0.0",
4-
"keywords": "midi",
5-
"description": "Enables MIDI I/O communications on the Arduino serial ports",
6-
"license": "MIT",
7-
"authors":
8-
{
9-
"name": "Francois Best",
10-
"email": "[email protected]",
11-
"url": "https://github.com/Franky47",
12-
"maintainer": true
13-
},
14-
"repository":
15-
{
16-
"type": "git",
17-
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
18-
"branch": "master"
19-
},
20-
"export": {
21-
"include": [
22-
"src",
23-
"examples"
24-
]
25-
},
26-
"frameworks": "arduino",
27-
"platforms": ["atmelavr", "atmelsam", "teensy"]
28-
}
2+
"name": "MIDI Library",
3+
"version": "5.0.1",
4+
"keywords": "midi",
5+
"description": "Enables MIDI I/O communications on the Arduino serial ports",
6+
"license": "MIT",
7+
"authors": {
8+
"name": "Francois Best",
9+
"email": "[email protected]",
10+
"url": "https://github.com/Franky47",
11+
"maintainer": true
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
16+
"branch": "master"
17+
},
18+
"export": {
19+
"include": ["src", "examples"]
20+
},
21+
"frameworks": "arduino",
22+
"platforms": ["atmelavr", "atmelsam", "teensy"]
23+
}

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=MIDI Library
2-
version=5.0.0
3-
author=Forty Seven Effects, lathoub
4-
maintainer=Francois Best <francois.best@fortyseveneffects.com>
2+
version=5.0.1
3+
author=Francois Best, lathoub
4+
maintainer=Francois Best <contact@francoisbest.com>
55
sentence=MIDI I/Os for Arduino
66
paragraph=Read & send MIDI messages to interface with your controllers and synths
77
category=Communication

0 commit comments

Comments
 (0)