Skip to content

Commit

Permalink
Update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilonrt committed Aug 31, 2023
1 parent 5fe64e2 commit 00ffd3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name=spaiot-lib
version=1.1.0
version=1.1.1
author=epsilonrt <[email protected]>
maintainer=epsilonrt <[email protected]>
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
Expand Down

0 comments on commit 00ffd3c

Please sign in to comment.