Skip to content

Commit 3336275

Browse files
authored
Merge pull request Aircoookie#2 from Aircoookie/no-wsec
Bump lib version for PIO
2 parents de9c851 + 7341715 commit 3336275

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ESP Async WebServer",
3-
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
3+
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 (Aircoookie fork)",
44
"keywords":"http,async,websocket,webserver",
55
"authors":
66
{
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
1414
},
15-
"version": "1.2.2",
15+
"version": "2.0.0",
1616
"license": "LGPL-3.0",
1717
"frameworks": "arduino",
1818
"platforms": ["espressif8266", "espressif32"],

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=ESP Async WebServer
2-
version=1.2.2
2+
version=2.0.0
33
author=Me-No-Dev
44
maintainer=Me-No-Dev
5-
sentence=Async Web Server for ESP8266 and ESP31B
5+
sentence=Async Web Server for ESP8266 and ESP31B (Aircoookie fork)
66
paragraph=Async Web Server for ESP8266 and ESP31B
77
category=Other
88
url=https://github.com/me-no-dev/ESPAsyncWebServer

0 commit comments

Comments
 (0)