Skip to content

Commit

Permalink
Set ArduinoJson version
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Mar 30, 2019
1 parent 8c6b0fd commit 6bd1348
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and REST variable configuration.

# Requires

* [ArduinoJson](https://github.com/bblanchon/ArduinoJson)
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson) version 5

# Quick Start

Expand Down
5 changes: 3 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ConfigManager",
"version": "1.3",
"version": "1.4",
"keywords": "wifi, wi-fi, config",
"description": "WiFi connection manager for ESP8266 and ESP32",
"repository":
Expand All @@ -16,6 +16,7 @@
"dependencies":
{
"name": "ArduinoJson",
"frameworks": "arduino"
"frameworks": "arduino",
"version": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ConfigManager
version=1.3
version=1.4
author=Nick Wiersma <[email protected]>
maintainer=Nick Wiersma <[email protected]>
sentence=WiFi connection manager for ESP8266 and ESP32
Expand Down

0 comments on commit 6bd1348

Please sign in to comment.