diff --git a/library.json b/library.json index 8bbeb32..90abdb6 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": "2.0.0", + "version": "2.0.1", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 9da6cff..7867021 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPUI -version=2.0.0 +version=2.0.1 author=Lukas Bachschwell maintainer=Lukas Bachschwell sentence=ESP32 and ESP8266 Web Interface Library