diff --git a/library.json b/library.json index 846b8c2..cb070d7 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LMICPP-Arduino", - "version": "2.1.1", + "version": "2.1.2", "keywords": "Lora", "description": "Modified Arduino port of the LMIC (LoraWAN-in-C, formerly LoraMAC-in-C) framework provided by IBM. Changed to C++ format.", "frameworks": ["arduino"], diff --git a/library.properties b/library.properties index c7d9421..11fc152 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LMICPP-Arduino -version=2.1.1 +version=2.1.2 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.