From a717ecd66db8e0255f0c7d472148eb74fb4832e8 Mon Sep 17 00:00:00 2001 From: Francois BIOT Date: Sun, 10 Sep 2023 19:05:44 +0200 Subject: [PATCH] Release 1.0.1 --- library.json | 6 +++--- library.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 776e92c..805cde2 100644 --- a/library.json +++ b/library.json @@ -1,14 +1,14 @@ { "name": "TinyMqtt", - "keywords": "ethernet, mqtt, m2m, iot", - "description": "MQTT is a lightweight messaging protocol. This library allows to host a broker or to use a mqtt client in your ESP 8266 or 32 WROOM. It does support MQTT 3.1.1 with QoS", + "keywords": [ "ethernet, mqtt, m2m, iot" ], + "description": "A lightweight MQTT library for ESP8266 and ESP32, supporting MQTT 3.1.1 with QoS and allowing to create a Mqtt broker", "repository": { "type": "git", "url": "https://github.com/hsaturn/TinyMqtt.git" }, "dependencies": { "hsaturn/TinyConsole" : "*" }, - "version": "1.0.0", + "version": "1.0.1", "exclude": "", "examples": "examples/*/*.ino", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 2430246..63bf766 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=TinyMqtt -version=1.0.0 +version=1.0.1 author=Francois BIOT, HSaturn, maintainer=Francois BIOT sentence=A tiny broker and client library for MQTT messaging. -paragraph=MQTT is a lightweight messaging protocol. This library allows to host a broker or to use a mqtt client in your ESP 8266 or 32 WROOM. It does support MQTT 3.1.1 with QoS=0, and is intented to be as smallest as possible, keeping a good efficiency (about 1k msg per second on ESP8266 12F). +paragraph=A lightweight MQTT library for ESP8266 and ESP32, supporting MQTT 3.1.1 with QoS and allowing to create a Mqtt broker category=Communication url=https://github.com/hsaturn/TinyMqtt architectures=*