diff --git a/library.json b/library.json index 281a516..e87a29d 100644 --- a/library.json +++ b/library.json @@ -25,6 +25,6 @@ "espressif8266", "espressif32" ], - "version": "1.1.5", + "version": "1.1.6", "license": "MIT" } diff --git a/library.properties b/library.properties index 0403fc1..4c146b9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoConnect -version=1.1.5 +version=1.1.6 author=Hieromon Ikasamo maintainer=Hieromon Ikasamo sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface. diff --git a/src/AutoConnectLabels.h b/src/AutoConnectLabels.h index 32186eb..3795b9c 100644 --- a/src/AutoConnectLabels.h +++ b/src/AutoConnectLabels.h @@ -2,8 +2,8 @@ * AutoConnect proper menu label constant definition. * @file AutoConnectLabels.h * @author hieromon@gmail.com - * @version 1.1.5 - * @date 2020-04-09 + * @version 1.1.6 + * @date 2020-04-17 * @copyright MIT license. */ diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 4b44b4d..2902402 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -2,8 +2,8 @@ * AutoConnect portal site web page implementation. * @file AutoConnectPage.h * @author hieromon@gmail.com - * @version 1.1.5 - * @date 2020-04-01 + * @version 1.1.6 + * @date 2020-04-17 * @copyright MIT license. */