From 84dbb80106aa2ed804be980e5bf39685e798f6f7 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Mon, 22 Mar 2021 02:45:57 +0100 Subject: [PATCH] Release 0.4.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 2d676da..df71a1f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/hsaturn/TinyMqtt.git" }, - "version": "0.3.0", + "version": "0.4.0", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 7af2c68..f1c83f2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=0.3.0 +version=0.4.0 author=Francois BIOT, HSaturn, maintainer=Francois BIOT, HSaturn, sentence=A tiny broker and client library for MQTT messaging.