From f122d5e902f58d31d9e92e6fccf8aaf7b5266127 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Thu, 25 Mar 2021 01:26:27 +0100 Subject: [PATCH] relase 0.5.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index c722581..ec4322f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/hsaturn/TinyMqtt.git" }, - "version": "0.5.0", + "version": "0.5.1", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 2e6f462..65b68af 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=0.5.0 +version=0.5.1 author=Francois BIOT, HSaturn, maintainer=Francois BIOT, HSaturn, sentence=A tiny broker and client library for MQTT messaging.