Skip to content

Commit 119130b

Browse files
committed
v2.6.1
1 parent dc17f5c commit 119130b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.0",
3+
"version": "2.6.1",
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.6.0
2+
version=2.6.1
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: 2 additions & 2 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.6.0"
43+
#define ASYNCWEBSERVER_VERSION "2.6.1"
4444
#define ASYNCWEBSERVER_VERSION_MAJOR 2
4545
#define ASYNCWEBSERVER_VERSION_MINOR 6
46-
#define ASYNCWEBSERVER_VERSION_REVISION 0
46+
#define ASYNCWEBSERVER_VERSION_REVISION 1
4747
#define ASYNCWEBSERVER_FORK_mathieucarbou
4848

4949
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)