diff --git a/library.json b/library.json index 43b3d6c9..987e3eef 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP Async WebServer", - "version": "2.7.0", + "version": "2.8.0", "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.", "keywords": "http,async,websocket,webserver", "homepage": "https://github.com/mathieucarbou/ESPAsyncWebServer", diff --git a/library.properties b/library.properties index a0bd50d6..5078f9f2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP Async WebServer -version=2.7.0 +version=2.8.0 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Asynchronous HTTP and WebSocket Server Library for ESP32 diff --git a/src/ESPAsyncWebServer.h b/src/ESPAsyncWebServer.h index bd3a41b9..36078210 100644 --- a/src/ESPAsyncWebServer.h +++ b/src/ESPAsyncWebServer.h @@ -40,9 +40,9 @@ #error Platform not supported #endif -#define ASYNCWEBSERVER_VERSION "2.7.0" +#define ASYNCWEBSERVER_VERSION "2.8.0" #define ASYNCWEBSERVER_VERSION_MAJOR 2 -#define ASYNCWEBSERVER_VERSION_MINOR 7 +#define ASYNCWEBSERVER_VERSION_MINOR 8 #define ASYNCWEBSERVER_VERSION_REVISION 0 #define ASYNCWEBSERVER_FORK_mathieucarbou