From b21c5d3b2c75aaec7b5a8c6e4e11a9583225cc62 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Thu, 27 Dec 2018 11:37:50 +0100 Subject: [PATCH] 1.6.1 --- library.json | 21 +++++++++------------ library.properties | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/library.json b/library.json index 51e6304..70be018 100644 --- a/library.json +++ b/library.json @@ -6,16 +6,13 @@ "type": "git", "url": "https://github.com/s00500/ESPUI.git" }, - "authors": [ - { - "name": "Lukas Bachschwell", - "email": "lukas@lbsfilm.at", - "url": "https://lbsfilm.at", - "maintainer": true - } - ], - "dependencies": [ - { + "authors": [{ + "name": "Lukas Bachschwell", + "email": "lukas@lbsfilm.at", + "url": "https://lbsfilm.at", + "maintainer": true + }], + "dependencies": [{ "name": "ESP Async WebServer", "authors": "Hristo Gochkov", "frameworks": "arduino" @@ -26,7 +23,7 @@ "frameworks": "arduino" } ], - "version": "1.6.0", + "version": "1.6.1", "frameworks": "arduino", "platforms": "*" -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index cb2fe60..4bf9593 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPUI -version=1.6.0 +version=1.6.1 author=Lukas Bachschwell maintainer=Lukas Bachschwell sentence=ESP32 and ESP8266 Web Interface Library