From a9b2ae0f98e17456201c21ecc6b72361d41c9ac2 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 12 Jun 2019 15:44:45 +0900 Subject: [PATCH] Update version number --- library.json | 2 +- library.properties | 2 +- src/AutoConnect.cpp | 2 +- src/AutoConnect.h | 2 +- src/AutoConnectDefs.h | 2 +- src/AutoConnectLabels.h | 2 +- src/AutoConnectUpdate.cpp | 2 +- src/AutoConnectUpdate.h | 2 +- src/AutoConnectUpdatePage.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/library.json b/library.json index 5874292..3bbaa0f 100644 --- a/library.json +++ b/library.json @@ -29,6 +29,6 @@ "espressif8266", "espressif32" ], - "version": "0.9.10", + "version": "0.9.11", "license": "MIT" } diff --git a/library.properties b/library.properties index 55f0c05..99cf2fc 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoConnect -version=0.9.10 +version=0.9.11 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 735cc31..6e6c528 100644 --- a/src/AutoConnect.cpp +++ b/src/AutoConnect.cpp @@ -2,7 +2,7 @@ * AutoConnect class implementation. * @file AutoConnect.cpp * @author hieromon@gmail.com - * @version 0.9.10 + * @version 0.9.11 * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnect.h b/src/AutoConnect.h index 608cddc..772961b 100644 --- a/src/AutoConnect.h +++ b/src/AutoConnect.h @@ -2,7 +2,7 @@ * Declaration of AutoConnect class and accompanying AutoConnectConfig class. * @file AutoConnect.h * @author hieromon@gmail.com - * @version 0.9.10 + * @version 0.9.11 * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnectDefs.h b/src/AutoConnectDefs.h index 5978001..b6e502e 100644 --- a/src/AutoConnectDefs.h +++ b/src/AutoConnectDefs.h @@ -2,7 +2,7 @@ * Predefined AutoConnect configuration parameters. * @file AutoConnectDefs.h * @author hieromon@gmail.com - * @version 0.9.10 + * @version 0.9.11 * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnectLabels.h b/src/AutoConnectLabels.h index 32cdaf2..abfa3fb 100644 --- a/src/AutoConnectLabels.h +++ b/src/AutoConnectLabels.h @@ -2,7 +2,7 @@ * AutoConnect proper menu label constant definition. * @file AutoConnectLabels.h * @author hieromon@gmail.com - * @version 0.9.10 + * @version 0.9.11 * @date 2019-05-28 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdate.cpp b/src/AutoConnectUpdate.cpp index 2ba8213..8bd67b7 100644 --- a/src/AutoConnectUpdate.cpp +++ b/src/AutoConnectUpdate.cpp @@ -2,7 +2,7 @@ * AutoConnectUpdate class implementation. * @file AutoConnectUpdate.cpp * @author hieromon@gmail.com - * @version 0.9.10 + * @version 0.9.11 * @date 2019-05-14 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdate.h b/src/AutoConnectUpdate.h index 852b85f..bd71e3c 100644 --- a/src/AutoConnectUpdate.h +++ b/src/AutoConnectUpdate.h @@ -21,7 +21,7 @@ * pages are incorporated into the AutoConnect menu. * @file AutoConnectUpdate.h * @author hieromon@gmail.com - * @version 0.9.10 + * @version 0.9.11 * @date 2019-05-14 * @copyright MIT license. */ diff --git a/src/AutoConnectUpdatePage.h b/src/AutoConnectUpdatePage.h index 8054919..0101e8b 100644 --- a/src/AutoConnectUpdatePage.h +++ b/src/AutoConnectUpdatePage.h @@ -3,7 +3,7 @@ * AutoConnectUpdate class. * @file AutoConnectUpdatePage.h * @author hieromon@gmail.com - * @version 0.9.10 + * @version 0.9.11 * @date 2019-05-14 * @copyright MIT license. */