We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2504bcd commit 2d3af2cCopy full SHA for 2d3af2c
library.json
@@ -19,7 +19,7 @@
19
"type": "git",
20
"url": "https://github.com/Aircoookie/ESPAsyncWebServer.git"
21
},
22
- "version": "2.3.0",
+ "version": "2.4.0",
23
"license": "LGPL-3.0",
24
"frameworks": "arduino",
25
"platforms": ["espressif8266", "espressif32"],
@@ -33,7 +33,7 @@
33
{
34
"owner": "willmmiles",
35
"name": "AsyncTCP",
36
- "version": "^1.3.0",
+ "version": "^1.3.1",
37
"platforms": "espressif32"
38
39
library.properties
@@ -1,5 +1,5 @@
1
name=ESP Async WebServer
2
-version=2.3.0
+version=2.4.0
3
author=Me-No-Dev, willmmiles, Aircoookie
4
maintainer=Aircoookie
5
sentence=Async Web Server for ESP8266 and ESP31B (WLED fork)
0 commit comments