From 6dad5f657c404fa6bc33ddd09ab06d5af98e5d20 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Mon, 1 Jul 2024 14:11:22 +0200 Subject: [PATCH] v3.0.6 --- library.json | 2 +- library.properties | 2 +- src/ESPAsyncWebServer.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 15cbb9e6..4e089ba8 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP Async WebServer", - "version": "3.0.5", + "version": "3.0.6", "description": "Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040. 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 694f0e42..e0265c36 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP Async WebServer -version=3.0.5 +version=3.0.6 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040 diff --git a/src/ESPAsyncWebServer.h b/src/ESPAsyncWebServer.h index ae759b9a..77c5de77 100644 --- a/src/ESPAsyncWebServer.h +++ b/src/ESPAsyncWebServer.h @@ -43,10 +43,10 @@ #error Platform not supported #endif -#define ASYNCWEBSERVER_VERSION "3.0.5" +#define ASYNCWEBSERVER_VERSION "3.0.6" #define ASYNCWEBSERVER_VERSION_MAJOR 3 #define ASYNCWEBSERVER_VERSION_MINOR 0 -#define ASYNCWEBSERVER_VERSION_REVISION 5 +#define ASYNCWEBSERVER_VERSION_REVISION 6 #define ASYNCWEBSERVER_FORK_mathieucarbou #ifdef ASYNCWEBSERVER_REGEX