From 84d30b634362413610deb136d58cde4d4425169a Mon Sep 17 00:00:00 2001 From: Francois BIOT Date: Sun, 10 Sep 2023 20:00:01 +0200 Subject: [PATCH] Release 1.1.4 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 7446c21..ed82989 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,7 @@ }, "dependencies": { "hsaturn/TinyConsole" : "*" }, - "version": "1.1.3", + "version": "1.1.4", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 08843d6..0f2f943 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=1.1.3 +version=1.1.4 author=Francois BIOT, HSaturn, maintainer=Francois BIOT sentence=A tiny broker and client library for MQTT messaging.