Compare commits

..

2 Commits
1.1.3 ... 1.1.4

Author SHA1 Message Date
Francois BIOT
84d30b6343 Release 1.1.4 2023-09-10 20:00:01 +02:00
Francois BIOT
f38cc536b8 Fix bump_version 2023-09-10 19:59:56 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -8,7 +8,7 @@
},
"dependencies":
{ "hsaturn/TinyConsole" : "*" },
"version": "1.1.2",
"version": "1.1.4",
"exclude": "",
"examples": "examples/*/*.ino",
"frameworks": "arduino",

View File

@@ -1,5 +1,5 @@
name=TinyMqtt
version=1.1.2
version=1.1.4
author=Francois BIOT, HSaturn, <hsaturn@gmail.com>
maintainer=Francois BIOT <hsaturn@gmail.com>
sentence=A tiny broker and client library for MQTT messaging.

View File

@@ -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