Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit f2873ca

Browse files
committed
v2.6.0
1 parent 84f4572 commit f2873ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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": "ESP Async WebServer",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32. 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/mathieucarbou/ESPAsyncWebServer",

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.5.1
2+
version=2.6.0
33
author=Me-No-Dev
44
maintainer=Mathieu Carbou <[email protected]>
55
sentence=Asynchronous HTTP and WebSocket Server Library for ESP32

src/ESPAsyncWebServer.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
#error Platform not supported
4141
#endif
4242

43-
#define ASYNCWEBSERVER_VERSION "2.5.1"
43+
#define ASYNCWEBSERVER_VERSION "2.6.0"
4444
#define ASYNCWEBSERVER_VERSION_MAJOR 2
45-
#define ASYNCWEBSERVER_VERSION_MINOR 5
46-
#define ASYNCWEBSERVER_VERSION_REVISION 1
45+
#define ASYNCWEBSERVER_VERSION_MINOR 6
46+
#define ASYNCWEBSERVER_VERSION_REVISION 0
4747
#define ASYNCWEBSERVER_FORK_mathieucarbou
4848

4949
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)