Skip to content

Commit 2d3af2c

Browse files
committed
Update version to v2.4.0
1 parent 2504bcd commit 2d3af2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "https://github.com/Aircoookie/ESPAsyncWebServer.git"
2121
},
22-
"version": "2.3.0",
22+
"version": "2.4.0",
2323
"license": "LGPL-3.0",
2424
"frameworks": "arduino",
2525
"platforms": ["espressif8266", "espressif32"],
@@ -33,7 +33,7 @@
3333
{
3434
"owner": "willmmiles",
3535
"name": "AsyncTCP",
36-
"version": "^1.3.0",
36+
"version": "^1.3.1",
3737
"platforms": "espressif32"
3838
},
3939
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP Async WebServer
2-
version=2.3.0
2+
version=2.4.0
33
author=Me-No-Dev, willmmiles, Aircoookie
44
maintainer=Aircoookie
55
sentence=Async Web Server for ESP8266 and ESP31B (WLED fork)

0 commit comments

Comments
 (0)