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