From 6b98ada46f1108ec54bc98de38bea69b931295ce Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Tue, 16 Jul 2024 23:07:37 +0200 Subject: [PATCH] v3.1.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 3b5a7022..6ec156be 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESPAsyncWebServer", - "version": "3.0.6", + "version": "3.1.0", "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 5d1ff5d1..8da8a148 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPAsyncWebServer -version=3.0.6 +version=3.1.0 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 8499c509..5731afb2 100644 --- a/src/ESPAsyncWebServer.h +++ b/src/ESPAsyncWebServer.h @@ -45,10 +45,10 @@ #include "literals.h" -#define ASYNCWEBSERVER_VERSION "3.0.6" +#define ASYNCWEBSERVER_VERSION "3.1.0" #define ASYNCWEBSERVER_VERSION_MAJOR 3 -#define ASYNCWEBSERVER_VERSION_MINOR 0 -#define ASYNCWEBSERVER_VERSION_REVISION 6 +#define ASYNCWEBSERVER_VERSION_MINOR 1 +#define ASYNCWEBSERVER_VERSION_REVISION 0 #define ASYNCWEBSERVER_FORK_mathieucarbou #ifdef ASYNCWEBSERVER_REGEX