From 40e331d98fbd79c9fc505f9ae7440d3bef974bf3 Mon Sep 17 00:00:00 2001 From: Nicolas Graziano Date: Fri, 21 Jul 2023 16:51:00 +0200 Subject: [PATCH] update version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0a6c5e0..04f49d8 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LMICPP-Arduino", - "version": "2.4.0", + "version": "2.5.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 40b91d5..5743530 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LMICPP-Arduino -version=2.4.0 +version=2.5.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.