diff --git a/.github/workflows/realease.yml b/.github/workflows/realease.yml index 9160e16..b38c1fd 100644 --- a/.github/workflows/realease.yml +++ b/.github/workflows/realease.yml @@ -1,4 +1,4 @@ -name: PlatformIO CI +name: PlatformIO CI Release on: release: diff --git a/library.json b/library.json index 4bc7a85..0a6c5e0 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LMICPP-Arduino", - "version": "2.3.2", + "version": "2.4.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.", "frameworks": ["arduino"], diff --git a/library.properties b/library.properties index 6fa3a4d..40b91d5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LMICPP-Arduino -version=2.3.2 +version=2.4.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.