Skip to content

Commit 5930f1b

Browse files
committed
v3.7.5
1 parent 1bf9172 commit 5930f1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPAsyncWebServer",
3-
"version": "3.7.4",
3+
"version": "3.7.5",
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",

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.4
3+
version=3.7.5
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 4
15+
#define ASYNCWEBSERVER_VERSION_PATCH 5
1616

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

0 commit comments

Comments
 (0)