Skip to content

Commit 6bd1348

Browse files
committed
Set ArduinoJson version
1 parent 8c6b0fd commit 6bd1348

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and REST variable configuration.
1010

1111
# Requires
1212

13-
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson)
13+
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson) version 5
1414

1515
# Quick Start
1616

Diff for: library.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ConfigManager",
3-
"version": "1.3",
3+
"version": "1.4",
44
"keywords": "wifi, wi-fi, config",
55
"description": "WiFi connection manager for ESP8266 and ESP32",
66
"repository":
@@ -16,6 +16,7 @@
1616
"dependencies":
1717
{
1818
"name": "ArduinoJson",
19-
"frameworks": "arduino"
19+
"frameworks": "arduino",
20+
"version": "^5.0.0"
2021
}
2122
}

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ConfigManager
2-
version=1.3
2+
version=1.4
33
author=Nick Wiersma <nick@wiersma.co.za>
44
maintainer=Nick Wiersma <nick@wiersma.co.za>
55
sentence=WiFi connection manager for ESP8266 and ESP32

0 commit comments

Comments
 (0)