Skip to content

Commit 703060b

Browse files
Bump version to 1.0.22b
1 parent c4903ec commit 703060b

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

library.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
2-
"name": "ksIotFrameworkLib",
3-
"version": "1.0.22",
4-
"description": "Arduino based Library for ESP32/ESP8266 - composition oriented internet of things framework that provides easy to use architecture, handles device setup (wifi manager), network connectivity, MQTT telemetry protocol and more... ",
5-
"keywords": "iot, framework, esp32, esp8266, library",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/cziter15/ksIotFrameworkLib.git"
9-
},
10-
"authors": [
11-
{"name": "Krzysztof Strehlau"}
12-
],
13-
"build": {
14-
"extraScript": "platformio/libsetup.py"
15-
},
16-
"license": "MIT",
17-
"dependencies": {
18-
"cziter15/pubsubclient3": "https://github.com/cziter15/pubsubclient3",
19-
"cziter15/arduinoWebSockets": "https://github.com/cziter15/arduinoWebSockets"
20-
},
21-
"frameworks": "arduino",
22-
"platforms": "esp32,esp8266"
2+
"name": "ksIotFrameworkLib",
3+
"version": "1.0.22b",
4+
"description": "Arduino based Library for ESP32/ESP8266 - composition oriented internet of things framework that provides easy to use architecture, handles device setup (wifi manager), network connectivity, MQTT telemetry protocol and more... ",
5+
"keywords": "iot, framework, esp32, esp8266, library",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/cziter15/ksIotFrameworkLib.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "Krzysztof Strehlau"
13+
}
14+
],
15+
"build": {
16+
"extraScript": "platformio/libsetup.py"
17+
},
18+
"license": "MIT",
19+
"dependencies": {
20+
"cziter15/pubsubclient3": "https://github.com/cziter15/pubsubclient3",
21+
"cziter15/arduinoWebSockets": "https://github.com/cziter15/arduinoWebSockets"
22+
},
23+
"frameworks": "arduino",
24+
"platforms": "esp32,esp8266"
2325
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ksIotFrameworkLib
2-
version=1.0.22
2+
version=1.0.22b
33
author=Krzysztof Strehlau
44
maintainer=Krzysztof Strehlau
55
sentence=ksIotFrameworkLib Library

0 commit comments

Comments
 (0)