Skip to content

Commit b699c23

Browse files
committed
v3.7.4
1 parent cf33781 commit b699c23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

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

+1-1
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.3
3+
version=3.7.4
44
author=ESP32Async
55
maintainer=ESP32Async
66
sentence=Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040

src/AsyncWebServerVersion.h

+1-1
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 3
15+
#define ASYNCWEBSERVER_VERSION_PATCH 4
1616

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

0 commit comments

Comments
 (0)