diff --git a/library.json b/library.json index fa618db..b8bca86 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaESPConnect", - "version": "6.0.1", + "version": "6.0.2", "description": "Simple & Easy Network Manager for ESP32 with WiFi, Ethernet and Captive Portal support", "keywords": "http,async,websocket,webserver", "homepage": "https://github.com/mathieucarbou/MycilaESPConnect", diff --git a/library.properties b/library.properties index a139619..382c05e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaESPConnect -version=6.0.1 +version=6.0.2 author=Mathieu Carbou maintainer=Mathieu Carbou sentence=Simple & Easy Network Manager for ESP32 with WiFi, Ethernet and Captive Portal support diff --git a/src/MycilaESPConnect.h b/src/MycilaESPConnect.h index 9a880aa..6404dca 100644 --- a/src/MycilaESPConnect.h +++ b/src/MycilaESPConnect.h @@ -9,10 +9,10 @@ #include #include -#define ESPCONNECT_VERSION "6.0.1" +#define ESPCONNECT_VERSION "6.0.2" #define ESPCONNECT_VERSION_MAJOR 6 #define ESPCONNECT_VERSION_MINOR 0 -#define ESPCONNECT_VERSION_REVISION 1 +#define ESPCONNECT_VERSION_REVISION 2 #ifndef ESPCONNECT_CONNECTION_TIMEOUT #define ESPCONNECT_CONNECTION_TIMEOUT 20