Skip to content

Commit b1ffd5e

Browse files
committed
v1.3.0 pio registry update
1 parent dc2b194 commit b1ffd5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP32 Wifi Manager",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A multi wifi manager for arduino based ESP applications, with extensive RESTful API, and configuration stored on non volatile memory.",
55
"keywords": "esp32, wifi, ap, softap, sta, restful, api, manager, arduino",
66
"repository":
@@ -18,7 +18,7 @@
1818
],
1919
"license": "CC-BY-NC-SA-4.0",
2020
"dependencies": {
21-
"bblanchon/ArduinoJson": "^7.2.1"
21+
"bblanchon/ArduinoJson": "^7.3.0"
2222
},
2323
"frameworks": "arduino",
2424
"platforms": "espressif32"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32_Wifi_Manager
2-
version=1.2.0
2+
version=1.3.0
33
author=Martin Verges
44
maintainer=Martin Verges <[email protected]>
55
sentence=Wifi manager for ESP32 devices

0 commit comments

Comments
 (0)