From 61e5a825c19e89d6f34d5ef87930bc17a402cb04 Mon Sep 17 00:00:00 2001 From: Patrick Lapointe Date: Thu, 17 Sep 2020 08:56:14 -0400 Subject: [PATCH] 1.10.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 17f3507..82939e0 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/plapointe6/EspMQTTClient.git" }, - "version": "1.10.0", + "version": "1.10.1", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "dependencies": [ diff --git a/library.properties b/library.properties index 1f05f83..28570eb 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspMQTTClient -version=1.10.0 +version=1.10.1 author=Patrick Lapointe maintainer=Patrick Lapointe sentence=A library that provides a wifi and MQTT connection to an ESP8266/ESP32