diff --git a/library.json b/library.json index e2aabde..c4819fe 100644 --- a/library.json +++ b/library.json @@ -1,11 +1,11 @@ { "name": "LMICPP-Arduino", + "version": "2.1.0", "keywords": "Lora", "description": "Modified Arduino port of the LMIC (LoraWAN-in-C, formerly LoraMAC-in-C) framework provided by IBM. Changed to C++ format.", "repository": { "type": "git", "url": "https://github.com/ngraziano/LMICPP-Arduino.git" }, - "dependencies": [ - ] + "dependencies": [] } diff --git a/library.properties b/library.properties index 518d8a5..2635d62 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LMICPP-Arduino -version=2.0.0 +version=2.1.0 author=IBM maintainer=Nicolas Graziano sentence=Modified Arduino port of the LMIC (LoraWAN-in-C, formerly LoraMAC-in-C) framework provided by IBM. Changed to C++ format.