Skip to content

Commit 4841069

Browse files
Merge pull request #86 from ESP32Async/release/v3.7.1
v3.7.1
2 parents 0f4b611 + 50ca815 commit 4841069

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

library.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPAsyncWebServer",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040. Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc.",
55
"keywords": "http,async,websocket,webserver",
66
"homepage": "https://github.com/ESP32Async/ESPAsyncWebServer",
@@ -38,9 +38,9 @@
3838
"platforms": "espressif8266"
3939
},
4040
{
41-
"owner": "khoih-prog",
42-
"name": "AsyncTCP_RP2040W",
43-
"version": "^1.2.0",
41+
"owner": "ayushsharma82",
42+
"name": "RPAsyncTCP",
43+
"version": "^1.3.0",
4444
"platforms": "raspberrypi"
4545
}
4646
],

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=ESP Async WebServer
22
includes=ESPAsyncWebServer.h
3-
version=3.7.0
3+
version=3.7.1
44
author=ESP32Async
55
maintainer=ESP32Async
66
sentence=Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040

src/AsyncWebServerVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" {
1212
/** Minor version number (x.X.x) */
1313
#define ASYNCWEBSERVER_VERSION_MINOR 7
1414
/** Patch version number (x.x.X) */
15-
#define ASYNCWEBSERVER_VERSION_PATCH 0
15+
#define ASYNCWEBSERVER_VERSION_PATCH 1
1616

1717
/**
1818
* Macro to convert version number into an integer

0 commit comments

Comments
 (0)