diff --git a/library.json b/library.json index bb0b2e3..a5a851e 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/mathieucarbou/ESPAsyncWebServer.git" }, - "version": "2.1.1", + "version": "2.1.2", "license": "LGPL-3.0", "frameworks": "arduino", "platforms": [ diff --git a/library.properties b/library.properties index 7b991c2..419f336 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP Async WebServer -version=2.1.1 +version=2.1.2 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Async Web Server for ESP8266 and ESP31B diff --git a/src/ESPAsyncWebServer.h b/src/ESPAsyncWebServer.h index add8778..98928a6 100644 --- a/src/ESPAsyncWebServer.h +++ b/src/ESPAsyncWebServer.h @@ -40,10 +40,10 @@ #error Platform not supported #endif -#define ASYNCWEBSERVER_VERSION "2.1.1" +#define ASYNCWEBSERVER_VERSION "2.1.2" #define ASYNCWEBSERVER_VERSION_MAJOR 2 #define ASYNCWEBSERVER_VERSION_MINOR 1 -#define ASYNCWEBSERVER_VERSION_REVISION 1 +#define ASYNCWEBSERVER_VERSION_REVISION 2 #define ASYNCWEBSERVER_FORK_mathieucarbou #ifdef ASYNCWEBSERVER_REGEX