From f38cc536b8492cccdd1c1743c4012d80f22b5944 Mon Sep 17 00:00:00 2001 From: Francois BIOT Date: Sun, 10 Sep 2023 19:59:56 +0200 Subject: [PATCH] Fix bump_version --- bump_version.sh | 4 ++-- library.json | 2 +- library.properties | 2 +- src/TinyMqtt.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bump_version.sh b/bump_version.sh index 8d4545d..cfa74ff 100755 --- a/bump_version.sh +++ b/bump_version.sh @@ -60,10 +60,10 @@ else sed -i "s/'/\"/g" library.json if [ "$do" == "1" ]; then echo "Pushing all" - git commit -m "Release $1 $2" - git tag $1 git add library.properties git add library.json + git commit -m "Release $1 $2" + git tag $1 git push git push --tags fi diff --git a/library.json b/library.json index a6a52c2..7446c21 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,7 @@ }, "dependencies": { "hsaturn/TinyConsole" : "*" }, - "version": "1.1.2", + "version": "1.1.3", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 83a29a5..08843d6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=1.1.2 +version=1.1.3 author=Francois BIOT, HSaturn, maintainer=Francois BIOT sentence=A tiny broker and client library for MQTT messaging. diff --git a/src/TinyMqtt.h b/src/TinyMqtt.h index a4ba270..d9b9eb3 100644 --- a/src/TinyMqtt.h +++ b/src/TinyMqtt.h @@ -1,7 +1,7 @@ // vim: ts=2 sw=2 expandtab #pragma once -#define TINY_MQTT_REVISION "1.1.2" +#define TINY_MQTT_REVISION "1.1.3" #ifndef TINY_MQTT_DEBUG #define TINY_MQTT_DEBUG 0