From 21fb01848d36a134870fd7e4948e86ee2bb610c7 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Thu, 23 Feb 2023 20:42:26 +0100 Subject: [PATCH] Release 0.9.17 --- library.json | 4 +++- library.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index cfd78c7..d21aa57 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,9 @@ "type": "git", "url": "https://github.com/hsaturn/TinyMqtt.git" }, - "version": "0.9.16", + "dependencies": + { "hsaturn/TinyConsole" : "*" }, + "version": "0.9.17", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 3c6eb01..25adb42 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=0.9.16 +version=0.9.17 author=Francois BIOT, HSaturn, maintainer=Francois BIOT sentence=A tiny broker and client library for MQTT messaging.