From db018254f982161b058f2b0502d8d791184d82c4 Mon Sep 17 00:00:00 2001 From: Bernd Giesecke Date: Sun, 5 Jan 2025 12:48:25 +0800 Subject: [PATCH] Fix API Version --- library.json | 2 +- library.properties | 2 +- src/WisBlock-API-V2.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 21f29a8..7ddab7a 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WisBlock-API-V2", - "version": "2.0.20", + "version": "2.0.21", "keywords": [ "lora", "Semtech", diff --git a/library.properties b/library.properties index 53659bf..578729e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WisBlock-API-V2 -version=2.0.20 +version=2.0.21 author=Bernd Giesecke maintainer=Bernd Giesecke sentence=API for WisBlock Core module diff --git a/src/WisBlock-API-V2.h b/src/WisBlock-API-V2.h index c5fb64c..97f0ec0 100644 --- a/src/WisBlock-API-V2.h +++ b/src/WisBlock-API-V2.h @@ -13,7 +13,7 @@ #define WISBLOCK_API_VER 2 #define WISBLOCK_API_VER2 0 -#define WISBLOCK_API_VER3 20 +#define WISBLOCK_API_VER3 21 #ifndef NO_BLE_LED // Set usage of BLE connection LED (blue). Comment the line to enable LED #define NO_BLE_LED 1