Skip to content

Commit b1ffd33

Browse files
committed
v2.7.0
1 parent ee7d31d commit b1ffd33

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.6.1",
3+
"version": "2.7.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.6.1
2+
version=2.7.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.6.1"
43+
#define ASYNCWEBSERVER_VERSION "2.7.0"
4444
#define ASYNCWEBSERVER_VERSION_MAJOR 2
45-
#define ASYNCWEBSERVER_VERSION_MINOR 6
46-
#define ASYNCWEBSERVER_VERSION_REVISION 1
45+
#define ASYNCWEBSERVER_VERSION_MINOR 7
46+
#define ASYNCWEBSERVER_VERSION_REVISION 0
4747
#define ASYNCWEBSERVER_FORK_mathieucarbou
4848

4949
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)