From acea3c7d4dc53e1696aa84ec9338e9399159e62e Mon Sep 17 00:00:00 2001 From: Chris Diggle Date: Tue, 7 May 2019 11:32:41 +1200 Subject: [PATCH 1/3] Force version 5 ArudinoJson When using PIO to auto download libraries, the latest v6 json is used, so forcing v5 is required --- library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/library.json b/library.json index 2cad59d..79628a2 100644 --- a/library.json +++ b/library.json @@ -22,6 +22,7 @@ }, { "name": "ArduinoJson", + "version": "5.13.4", "authors": "Benoit Blanchon", "frameworks": "arduino" } From b03ea9ded71ae298b3b2d4c3c080947ca1174def Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 7 May 2019 09:08:37 +0200 Subject: [PATCH 2/3] Patch version pump --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 79628a2..7dcba23 100644 --- a/library.json +++ b/library.json @@ -27,7 +27,7 @@ "frameworks": "arduino" } ], - "version": "1.6.2", + "version": "1.6.3", "frameworks": "arduino", "platforms": "*" } From c5c6e37dfbdeffd8f9e05d46c89ee48384cb0a26 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 7 May 2019 09:09:04 +0200 Subject: [PATCH 3/3] Patch version bump --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 6fa28d3..5e5beec 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPUI -version=1.6.2 +version=1.6.3 author=Lukas Bachschwell maintainer=Lukas Bachschwell sentence=ESP32 and ESP8266 Web Interface Library