From 8e44e610b3b8ce597f3b95195218b8ee80954bc7 Mon Sep 17 00:00:00 2001 From: Francois BIOT Date: Sun, 10 Sep 2023 19:17:56 +0200 Subject: [PATCH] Release 1.1.2 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index df7dffc..a6a52c2 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,7 @@ }, "dependencies": { "hsaturn/TinyConsole" : "*" }, - "version": "1.1.0", + "version": "1.1.2", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 7641a56..83a29a5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=1.1.0 +version=1.1.2 author=Francois BIOT, HSaturn, maintainer=Francois BIOT sentence=A tiny broker and client library for MQTT messaging.