diff --git a/library.json b/library.json index 1327a32..4de73ad 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaESPConnect", - "version": "2.1.1", + "version": "2.1.2", "description": "Simple & Easy WiFi Manager with Captive Portal for ESP32", "keywords": "http,async,websocket,webserver", "homepage": "https://github.com/mathieucarbou/MycilaESPConnect", @@ -26,12 +26,6 @@ "espressif32" ], "dependencies": [ - { - "owner": "esphome", - "name": "AsyncTCP-esphome", - "version": "^2.1.1", - "platforms": "espressif32" - }, { "owner": "mathieucarbou", "name": "ESP Async WebServer", diff --git a/library.properties b/library.properties index bc0accf..222034f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaESPConnect -version=2.1.1 +version=2.1.2 author=Ayush Sharma maintainer=Mathieu Carbou sentence=Simple & Easy WiFi Manager with Captive Portal for ESP32 diff --git a/platformio.ini b/platformio.ini index c0ffcc4..4ef8085 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,7 +1,6 @@ [env] lib_deps = bblanchon/ArduinoJson @ 7.0.2 - esphome/AsyncTCP-esphome @ 2.1.1 mathieucarbou/ESP Async WebServer @ 2.4.4 build_flags = -Wall -Wextra diff --git a/src/MycilaESPConnect.h b/src/MycilaESPConnect.h index dd1d6b8..b2c0c29 100644 --- a/src/MycilaESPConnect.h +++ b/src/MycilaESPConnect.h @@ -9,10 +9,10 @@ #include #include -#define ESPCONNECT_VERSION "2.1.1" +#define ESPCONNECT_VERSION "2.1.2" #define ESPCONNECT_VERSION_MAJOR 2 #define ESPCONNECT_VERSION_MINOR 1 -#define ESPCONNECT_VERSION_REVISION 1 +#define ESPCONNECT_VERSION_REVISION 2 #define ESPCONNECT_FORK_mathieucarbou #ifndef ESPCONNECT_CONNECTION_TIMEOUT