Skip to content

Commit

Permalink
Bumped up version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deliopoulos committed Jan 22, 2025
1 parent 09c5c98 commit 1e096eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and REST variable configuration.

# Requires

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

# Quick Start

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ConfigManager",
"version": "2.2.0",
"version": "2.2.1",
"keywords": "wifi, wi-fi, config",
"description": "WiFi connection manager for ESP8266 and ESP32",
"repository":
Expand All @@ -17,6 +17,6 @@
{
"name": "ArduinoJson",
"frameworks": "arduino",
"version": "^6.0.0"
"version": "^7.3.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=2.2.0
version=2.2.1
author=Nick Wiersma <[email protected]>
maintainer=Nick Wiersma <[email protected]>
sentence=WiFi connection manager for ESP8266 and ESP32
Expand Down

0 comments on commit 1e096eb

Please sign in to comment.