This commit is contained in:
Mathieu Carbou
2024-01-18 11:22:59 +01:00
parent 8ad2ac9641
commit 35727fd863
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
"type": "git", "type": "git",
"url": "https://github.com/mathieucarbou/ESPAsyncWebServer.git" "url": "https://github.com/mathieucarbou/ESPAsyncWebServer.git"
}, },
"version": "2.1.0", "version": "2.1.1",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": [ "platforms": [

View File

@@ -1,5 +1,5 @@
name=ESP Async WebServer name=ESP Async WebServer
version=2.1.0 version=2.1.1
author=Me-No-Dev author=Me-No-Dev
maintainer=mathieucarbou maintainer=mathieucarbou
sentence=Async Web Server for ESP8266 and ESP31B sentence=Async Web Server for ESP8266 and ESP31B

View File

@@ -40,10 +40,10 @@
#error Platform not supported #error Platform not supported
#endif #endif
#define ASYNCWEBSERVER_VERSION "2.1.0" #define ASYNCWEBSERVER_VERSION "2.1.1"
#define ASYNCWEBSERVER_VERSION_MAJOR 2 #define ASYNCWEBSERVER_VERSION_MAJOR 2
#define ASYNCWEBSERVER_VERSION_MINOR 1 #define ASYNCWEBSERVER_VERSION_MINOR 1
#define ASYNCWEBSERVER_VERSION_REVISION 0 #define ASYNCWEBSERVER_VERSION_REVISION 1
#define ASYNCWEBSERVER_FORK_mathieucarbou #define ASYNCWEBSERVER_FORK_mathieucarbou
#ifdef ASYNCWEBSERVER_REGEX #ifdef ASYNCWEBSERVER_REGEX