Skip to content

Commit db01825

Browse files
committed
Fix API Version
1 parent 42c9b31 commit db01825

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WisBlock-API-V2",
3-
"version": "2.0.20",
3+
"version": "2.0.21",
44
"keywords": [
55
"lora",
66
"Semtech",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WisBlock-API-V2
2-
version=2.0.20
2+
version=2.0.21
33
author=Bernd Giesecke <[email protected]>
44
maintainer=Bernd Giesecke <[email protected]>
55
sentence=API for WisBlock Core module

src/WisBlock-API-V2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#define WISBLOCK_API_VER 2
1515
#define WISBLOCK_API_VER2 0
16-
#define WISBLOCK_API_VER3 20
16+
#define WISBLOCK_API_VER3 21
1717
#ifndef NO_BLE_LED
1818
// Set usage of BLE connection LED (blue). Comment the line to enable LED
1919
#define NO_BLE_LED 1

0 commit comments

Comments
 (0)