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=*