From 581172acf50ab484e99d00782a00ca16a68043d1 Mon Sep 17 00:00:00 2001 From: Nicolas Graziano Date: Sun, 24 Oct 2021 12:30:48 +0200 Subject: [PATCH] Version 2.3.0 for Class C --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0a74843..90d5b6a 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LMICPP-Arduino", - "version": "2.2.0", + "version": "2.3.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 6bc9793..9881983 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LMICPP-Arduino -version=2.2.0 +version=2.3.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.