From 7ed97bb4fcc9fd91f64d784a44c5eb04e08b0eec Mon Sep 17 00:00:00 2001 From: Patrick Lapointe Date: Wed, 21 Oct 2020 16:41:42 -0400 Subject: [PATCH] Fix arduino lib manager with --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 82939e0..d84c435 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/plapointe6/EspMQTTClient.git" }, - "version": "1.10.1", + "version": "1.10.2", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "dependencies": [ diff --git a/library.properties b/library.properties index 28570eb..187b8b7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EspMQTTClient -version=1.10.1 +version=1.10.2 author=Patrick Lapointe maintainer=Patrick Lapointe sentence=A library that provides a wifi and MQTT connection to an ESP8266/ESP32