From d08ba72820e68dc597c801b20340743fbc39e106 Mon Sep 17 00:00:00 2001 From: Ian Hubbertz Date: Thu, 29 Oct 2020 00:14:59 +0100 Subject: [PATCH] Fix #689: Use 6.11.x version of ArduinoJson --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index f3181cfd..c435771e 100644 --- a/library.json +++ b/library.json @@ -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/", @@ -22,7 +22,7 @@ "dependencies": [ { "name": "ArduinoJson", - "version": "^6.11.4" + "version": "~6.11.4" }, { "name": "AsyncMqttClient",