From f3ead7d8d555c4808b14a37a82a4d98103d96ee4 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Wed, 4 Mar 2020 06:06:46 +0100 Subject: [PATCH] Update library.properties --- library.properties | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/library.properties b/library.properties index 24f026d..e1c3263 100644 --- a/library.properties +++ b/library.properties @@ -1,11 +1,10 @@ -name=MIDI BLE Library -version=2.0.0 +name=BLE-MIDI +version=2.0.1 author=lathoub -maintainer=lathoub -sentence=BLE MIDI I/Os for Arduino -paragraph=Read & send MIDI messages over BLE +maintainer=lathoub +sentence=MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino +paragraph=MIDI over Bluetooth Low Energy category=Communication -url= +url=https://github.com/lathoub/Arduino-BLE-MIDI architectures=* -includes=midi_bleTransport.h -dependency=https://github.com/FortySevenEffects/arduino_midi_library \ No newline at end of file +includes=BLEMIDI.h