1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-05 07:50:19 +00:00

remove color dark, version bump

This commit is contained in:
2019-02-26 16:04:41 +01:00
parent 4f421c84d5
commit 2fae44f387
6 changed files with 151 additions and 152 deletions

View File

@ -6,13 +6,16 @@
"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"
@ -23,7 +26,7 @@
"frameworks": "arduino"
}
],
"version": "1.6.1",
"version": "1.6.2",
"frameworks": "arduino",
"platforms": "*"
}
}