From f3671126e40a28c192052e95e1923f0df349593a Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 6 Sep 2024 14:18:37 +0200 Subject: [PATCH] v5.0.3 --- library.json | 2 +- library.properties | 2 +- src/MycilaESPConnect.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 3b9af9a..118b90e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MycilaESPConnect", - "version": "5.0.2", + "version": "5.0.3", "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 4ba5980..8b4d05e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MycilaESPConnect -version=5.0.2 +version=5.0.3 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 3fa9f5c..411992f 100644 --- a/src/MycilaESPConnect.h +++ b/src/MycilaESPConnect.h @@ -9,10 +9,10 @@ #include #include -#define ESPCONNECT_VERSION "5.0.2" +#define ESPCONNECT_VERSION "5.0.3" #define ESPCONNECT_VERSION_MAJOR 5 #define ESPCONNECT_VERSION_MINOR 0 -#define ESPCONNECT_VERSION_REVISION 2 +#define ESPCONNECT_VERSION_REVISION 3 #ifndef ESPCONNECT_CONNECTION_TIMEOUT #define ESPCONNECT_CONNECTION_TIMEOUT 20