From 9a0f72e394dc781879c33d3bf4773c467f07262d Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 17 May 2024 18:56:08 +0200 Subject: [PATCH] v2.10.0 --- library.json | 2 +- library.properties | 2 +- src/ESPAsyncWebServer.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 9d18cf4..b0e231d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP Async WebServer", - "version": "2.9.5", + "version": "2.10.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 7d38349..0d7e42b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP Async WebServer -version=2.9.5 +version=2.10.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 6f4000c..8f720e3 100644 --- a/src/ESPAsyncWebServer.h +++ b/src/ESPAsyncWebServer.h @@ -40,10 +40,10 @@ #error Platform not supported #endif -#define ASYNCWEBSERVER_VERSION "2.9.5" +#define ASYNCWEBSERVER_VERSION "2.10.0" #define ASYNCWEBSERVER_VERSION_MAJOR 2 -#define ASYNCWEBSERVER_VERSION_MINOR 9 -#define ASYNCWEBSERVER_VERSION_REVISION 5 +#define ASYNCWEBSERVER_VERSION_MINOR 10 +#define ASYNCWEBSERVER_VERSION_REVISION 0 #define ASYNCWEBSERVER_FORK_mathieucarbou #ifdef ASYNCWEBSERVER_REGEX