Prepare v2.1.2

This commit is contained in:
Mathieu Carbou
2024-01-21 18:46:42 +01:00
parent ad0c8e8dd4
commit 6cdcfb0f1a
3 changed files with 4 additions and 4 deletions

View File

@ -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": [

View File

@ -1,5 +1,5 @@
name=ESP Async WebServer
version=2.1.1
version=2.1.2
author=Me-No-Dev
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=Async Web Server for ESP8266 and ESP31B

View File

@ -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