From 104ff51bd32fcdeac715241e3f262aad8f88857c Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 17 Apr 2020 18:51:23 +0900 Subject: [PATCH] Bump version --- library.json | 2 +- library.properties | 2 +- src/AutoConnectLabels.h | 4 ++-- src/AutoConnectPage.cpp | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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. */