From 999da37e1111565c1c34317ffa0cecea597fdee0 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Mon, 26 Nov 2018 18:32:09 +0100 Subject: [PATCH] 1.6.0 --- library.json | 11 ++++------- library.properties | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/library.json b/library.json index 1ccc492..51e6304 100644 --- a/library.json +++ b/library.json @@ -2,13 +2,11 @@ "name": "ESPUI", "keywords": "espressif web interface iot control simple easy ui userinterface", "description": "ESP32 and ESP8266 Web Interface Library", - "repository": - { + "repository": { "type": "git", "url": "https://github.com/s00500/ESPUI.git" }, - "authors": - [ + "authors": [ { "name": "Lukas Bachschwell", "email": "lukas@lbsfilm.at", @@ -16,8 +14,7 @@ "maintainer": true } ], - "dependencies": - [ + "dependencies": [ { "name": "ESP Async WebServer", "authors": "Hristo Gochkov", @@ -29,7 +26,7 @@ "frameworks": "arduino" } ], - "version": "1.5.4", + "version": "1.6.0", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 8c38e4a..cb2fe60 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPUI -version=1.5.4 +version=1.6.0 author=Lukas Bachschwell maintainer=Lukas Bachschwell sentence=ESP32 and ESP8266 Web Interface Library