From 00ffd3cb2d8627653a590080a4f8e4b87f30c59e Mon Sep 17 00:00:00 2001 From: epsilonrt Date: Thu, 31 Aug 2023 18:40:25 +0200 Subject: [PATCH] Update library version --- library.json | 4 ++-- library.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 987b111..77249ea 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "spaiot-lib", - "version": "1.1.0", + "version": "1.1.1", "description": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", "keywords": "spa, iot-device, intex, arduino, esp32, esp8266, remote-control, diy", "repository": { @@ -16,7 +16,7 @@ } ], "dependencies": { - "epsilonrt/pImpl": "^1.1.2" + "epsilonrt/pImpl": "^1.1.3" }, "license": "CC-BY-NC-SA-4.0", "homepage": "https://epsilonrt.github.io/spaiot-lib", diff --git a/library.properties b/library.properties index 91152df..3e93d29 100644 --- a/library.properties +++ b/library.properties @@ -1,12 +1,12 @@ name=spaiot-lib -version=1.1.0 +version=1.1.1 author=epsilonrt maintainer=epsilonrt sentence=Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32 paragraph=Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32 category=Device Control url=https://epsilonrt.github.io/spaiot-lib -depends=pImpl (>=1.1.2) +depends=pImpl (>=1.1.3) architectures=esp8266,esp32 repository=https://github.com/epsilonrt/spaiot-lib.git license=CC-BY-NC-SA