Skip to content

Commit

Permalink
Fix #689: Use 6.11.x version of ArduinoJson
Browse files Browse the repository at this point in the history
  • Loading branch information
euphi authored Oct 28, 2020
1 parent 050e68f commit d08ba72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Homie",
"version": "3.0.0",
"version": "3.0.1",
"keywords": "iot, home, automation, mqtt, esp8266, async, sensor",
"description": "ESP8266 framework for Homie, a lightweight MQTT convention for the IoT",
"homepage": "https://homieiot.github.io/homie-esp8266/",
Expand All @@ -22,7 +22,7 @@
"dependencies": [
{
"name": "ArduinoJson",
"version": "^6.11.4"
"version": "~6.11.4"
},
{
"name": "AsyncMqttClient",
Expand Down

0 comments on commit d08ba72

Please sign in to comment.