From ec8c47fbe71ec13d3123a8cb51cdf8e024ab8037 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 18 Jul 2019 13:39:17 +0900 Subject: [PATCH] Corrects version number --- library.json | 2 +- library.properties | 2 +- src/AutoConnect.cpp | 4 ++-- src/AutoConnect.h | 4 ++-- src/AutoConnectDefs.h | 4 ++-- src/AutoConnectLabels.h | 4 ++-- src/AutoConnectPage.cpp | 4 ++-- src/AutoConnectPage.h | 4 ++-- src/AutoConnectUpdate.cpp | 4 ++-- src/AutoConnectUpdate.h | 4 ++-- src/AutoConnectUpdatePage.h | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/library.json b/library.json index 3bbaa0f..d8f4980 100644 --- a/library.json +++ b/library.json @@ -29,6 +29,6 @@ "espressif8266", "espressif32" ], - "version": "0.9.11", + "version": "1.0.0", "license": "MIT" } diff --git a/library.properties b/library.properties index 99cf2fc..d54e9d6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoConnect -version=0.9.11 +version=1.0.0 author=Hieromon Ikasamo maintainer=Hieromon Ikasamo sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface. diff --git a/src/AutoConnect.cpp b/src/AutoConnect.cpp index ad2b33b..f0c9efb 100644 --- a/src/AutoConnect.cpp +++ b/src/AutoConnect.cpp @@ -2,8 +2,8 @@ * AutoConnect class implementation. * @file AutoConnect.cpp * @author hieromon@gmail.com - * @version 0.9.11 - * @date 2019-07-09 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnect.h b/src/AutoConnect.h index 292bca2..92c7b2e 100644 --- a/src/AutoConnect.h +++ b/src/AutoConnect.h @@ -2,8 +2,8 @@ * Declaration of AutoConnect class and accompanying AutoConnectConfig class. * @file AutoConnect.h * @author hieromon@gmail.com - * @version 0.9.11 - * @date 2019-07-08 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnectDefs.h b/src/AutoConnectDefs.h index 6a99d04..b61cd86 100644 --- a/src/AutoConnectDefs.h +++ b/src/AutoConnectDefs.h @@ -2,8 +2,8 @@ * Predefined AutoConnect configuration parameters. * @file AutoConnectDefs.h * @author hieromon@gmail.com - * @version 0.9.11 - * @date 2019-07-08 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnectLabels.h b/src/AutoConnectLabels.h index abfa3fb..df92d8b 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 0.9.11 - * @date 2019-05-28 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 42e0a75..83d4669 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 0.9.9 - * @date 2019-05-25 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnectPage.h b/src/AutoConnectPage.h index 501c0b1..3a53869 100644 --- a/src/AutoConnectPage.h +++ b/src/AutoConnectPage.h @@ -2,8 +2,8 @@ * AutoConnect portal site web page declaration. * @file AutoConnectPage.h * @author hieromon@gmail.com - * @version 0.9.1 - * @date 2018-02-13 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdate.cpp b/src/AutoConnectUpdate.cpp index 6058d09..92b5326 100644 --- a/src/AutoConnectUpdate.cpp +++ b/src/AutoConnectUpdate.cpp @@ -2,8 +2,8 @@ * AutoConnectUpdate class implementation. * @file AutoConnectUpdate.cpp * @author hieromon@gmail.com - * @version 0.9.11 - * @date 2019-05-14 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdate.h b/src/AutoConnectUpdate.h index 2aef52a..b58c8c8 100644 --- a/src/AutoConnectUpdate.h +++ b/src/AutoConnectUpdate.h @@ -21,8 +21,8 @@ * pages are incorporated into the AutoConnect menu. * @file AutoConnectUpdate.h * @author hieromon@gmail.com - * @version 0.9.11 - * @date 2019-05-14 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdatePage.h b/src/AutoConnectUpdatePage.h index d9754f1..5488dcd 100644 --- a/src/AutoConnectUpdatePage.h +++ b/src/AutoConnectUpdatePage.h @@ -3,8 +3,8 @@ * AutoConnectUpdate class. * @file AutoConnectUpdatePage.h * @author hieromon@gmail.com - * @version 0.9.11 - * @date 2019-05-14 + * @version 1.0.0 + * @date 2019-08-15 * @copyright MIT license. */