Skip to content

Commit a4d1c84

Browse files
Bump version to 1.0.36
1 parent 1e3ec8a commit a4d1c84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ksIotFrameworkLib",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"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... ",
55
"keywords": "iot, framework, esp32, esp8266, library",
66
"repository": {

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.35
2+
version=1.0.36
33
author=Krzysztof Strehlau
44
maintainer=Krzysztof Strehlau
55
sentence=ksIotFrameworkLib Library

src/ksf/ksConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#define KSF_FRAMEWORK_INIT() ksf::initializeFramework();
6666

6767
/*! Library version string. Auto-bumped by workflow. */
68-
#define KSF_LIBRARY_VERSION "1.0.35"
68+
#define KSF_LIBRARY_VERSION "1.0.36"
6969

7070
namespace ksf
7171
{

0 commit comments

Comments
 (0)