From 9f28e7f92f14fe0bbaf88f5ff4e148a8293a023e Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 21 Mar 2021 19:34:40 +0100 Subject: [PATCH] Version 0.3.0 library files --- library.json | 2 +- library.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index efe1a47..2d676da 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/hsaturn/TinyMqtt.git" }, - "version": "0.2", + "version": "0.3.0", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 1743238..7af2c68 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=TinyMqtt -version=0.2.0 -author=HSaturn -maintainer=HSaturn +version=0.3.0 +author=Francois BIOT, HSaturn, +maintainer=Francois BIOT, HSaturn, sentence=A tiny broker and client library for MQTT messaging. -paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It does support MQTT 3.1.1 without any QOS. +paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS. category=Communication url=https://github.com/hsaturn/TinyMqtt architectures=*