Skip to content

Commit

Permalink
Merge pull request me-no-dev#2 from Duckle29/master
Browse files Browse the repository at this point in the history
Updated manifests for new PIO package (questionmark?)
  • Loading branch information
lorol authored Apr 3, 2021
2 parents 6a67b1a + 631af57 commit 8c77d0e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
17 changes: 12 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
"keywords":"http,async,websocket,webserver",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": true
},
[
{
"name": "Hristo Gochkov",
"url": "https://github.com/me-no-dev"
},
{
"name": "lorol",
"url": "https://github.com/lorol",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/lorol/ESPAsyncWebServer.git"
},
"version": "1.2.3",
"version": "1.2.4",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
Expand Down
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ESP Async WebServer
version=1.2.3
version=1.2.4
author=Me-No-Dev
maintainer=lorol
sentence=Async Web Server for ESP8266 and ESP31B
paragraph=Async Web Server for ESP8266 and ESP31B
sentence=Async Web Server for ESP8266 and ESP32
paragraph=Async Web Server for ESP8266 and ESP32
category=Other
url=https://github.com/lorol/ESPAsyncWebServer
architectures=*
architectures=esp8266,esp32

0 comments on commit 8c77d0e

Please sign in to comment.