From 2249ddef7ffc1f6f60ed82a8695c20c98d2f420b Mon Sep 17 00:00:00 2001 From: hsaturn Date: Wed, 28 Apr 2021 18:57:24 +0200 Subject: [PATCH] Release 0.7.5 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index d886691..09675c0 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/hsaturn/TinyMqtt.git" }, - "version": "0.7.4", + "version": "0.7.5", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 5505329..32b58c0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=0.7.4 +version=0.7.5 author=Francois BIOT, HSaturn, maintainer=Francois BIOT, HSaturn, sentence=A tiny broker and client library for MQTT messaging.