Skip to content

Commit b900ea9

Browse files
committed
Bump version to 1.1.0
1 parent 7d7521a commit b900ea9

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
@@ -23,7 +23,7 @@
2323
"build": {
2424
"flags": "-DMQTT_MAX_PACKET_SIZE=1024 -DMQTT_MAX_TRANSFER_SIZE=128"
2525
},
26-
"version": "1.0.3",
26+
"version": "1.1.0",
2727
"examples": "examples/*/*.ino",
2828
"frameworks": "arduino",
2929
"platforms": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=cloud4rpi-esp-arduino
2-
version=1.0.3
2+
version=1.1.0
33
author=Cloud4RPi <[email protected]>
44
maintainer=Cloud4RPi <[email protected]>
55
sentence=Connect a board to the Cloud4RPi control panel using MQTT - https://cloud4rpi.io.

src/Cloud4RPi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
namespace {
2727
const String& MQTT_SERVER = "mq.cloud4rpi.io";
2828
const int MQTT_PORT = 1883;
29-
const String& VERSION = "1.0.3";
29+
const String& VERSION = "1.1.0";
3030
const String& LANG = "ard";
3131

3232
const String& VAR_TYPE_BOOL = "bool";

0 commit comments

Comments
 (0)