From 81a7fc02caa8eb9f3c998d6c99b208042ea9b53d Mon Sep 17 00:00:00 2001 From: Bert Melis Date: Thu, 31 Aug 2023 13:19:34 +0200 Subject: [PATCH] bump version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 1c51e01..f7a61e0 100644 --- a/library.json +++ b/library.json @@ -14,7 +14,7 @@ "type": "git", "url": "https://github.com/bertmelis/espMqttClient.git" }, - "version": "1.4.5", + "version": "1.4.6", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "headers": ["espMqttClient.h", "espMqttClientAsync.h"], diff --git a/library.properties b/library.properties index 0aaac07..ca6253a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=espMqttClient -version=1.4.5 +version=1.4.6 author=Bert Melis maintainer=Bert Melis sentence=an MQTT client for the Arduino framework for ESP8266 / ESP32