chore: Update version & package metadata
This commit is contained in:
parent
1375b0b6aa
commit
47ce2acc16
|
|
@ -78,7 +78,7 @@ MIDI_CREATE_INSTANCE(UsbTransport, sUsbTransport, MIDI);
|
|||
// ...
|
||||
```
|
||||
|
||||
now becomes in `5.0.0`:
|
||||
now becomes in `5.x`:
|
||||
|
||||
```c++
|
||||
#include <USB-MIDI.h>
|
||||
|
|
|
|||
49
library.json
49
library.json
|
|
@ -1,28 +1,23 @@
|
|||
{
|
||||
"name": "MIDI Library",
|
||||
"version": "5.0.0",
|
||||
"keywords": "midi",
|
||||
"description": "Enables MIDI I/O communications on the Arduino serial ports",
|
||||
"license": "MIT",
|
||||
"authors":
|
||||
{
|
||||
"name": "Francois Best",
|
||||
"email": "francois.best@fortyseveneffects.com",
|
||||
"url": "https://github.com/Franky47",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
|
||||
"branch": "master"
|
||||
},
|
||||
"export": {
|
||||
"include": [
|
||||
"src",
|
||||
"examples"
|
||||
]
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["atmelavr", "atmelsam", "teensy"]
|
||||
}
|
||||
"name": "MIDI Library",
|
||||
"version": "5.0.1",
|
||||
"keywords": "midi",
|
||||
"description": "Enables MIDI I/O communications on the Arduino serial ports",
|
||||
"license": "MIT",
|
||||
"authors": {
|
||||
"name": "Francois Best",
|
||||
"email": "contact@francoisbest.com",
|
||||
"url": "https://github.com/Franky47",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
|
||||
"branch": "master"
|
||||
},
|
||||
"export": {
|
||||
"include": ["src", "examples"]
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["atmelavr", "atmelsam", "teensy"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name=MIDI Library
|
||||
version=5.0.0
|
||||
author=Forty Seven Effects, lathoub
|
||||
maintainer=Francois Best <francois.best@fortyseveneffects.com>
|
||||
version=5.0.1
|
||||
author=Francois Best, lathoub
|
||||
maintainer=Francois Best <contact@francoisbest.com>
|
||||
sentence=MIDI I/Os for Arduino
|
||||
paragraph=Read & send MIDI messages to interface with your controllers and synths
|
||||
category=Communication
|
||||
|
|
|
|||
Loading…
Reference in New Issue