From ead3ae90e9cee0369f854188e3e042625d7c49e0 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Thu, 23 Mar 2023 13:59:05 +0100 Subject: [PATCH] Release 1.0.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 907e061..776e92c 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,7 @@ }, "dependencies": { "hsaturn/TinyConsole" : "*" }, - "version": "0.9.19", + "version": "1.0.0", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 1e71318..2430246 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=0.9.19 +version=1.0.0 author=Francois BIOT, HSaturn, maintainer=Francois BIOT sentence=A tiny broker and client library for MQTT messaging.