Bump version

pull/207/head
Hieromon Ikasamo 4 years ago
parent d8b58b4b18
commit 104ff51bd3
  1. 2
      library.json
  2. 2
      library.properties
  3. 4
      src/AutoConnectLabels.h
  4. 4
      src/AutoConnectPage.cpp

@ -25,6 +25,6 @@
"espressif8266", "espressif8266",
"espressif32" "espressif32"
], ],
"version": "1.1.5", "version": "1.1.6",
"license": "MIT" "license": "MIT"
} }

@ -1,5 +1,5 @@
name=AutoConnect name=AutoConnect
version=1.1.5 version=1.1.6
author=Hieromon Ikasamo <hieromon@gmail.com> author=Hieromon Ikasamo <hieromon@gmail.com>
maintainer=Hieromon Ikasamo <hieromon@gmail.com> maintainer=Hieromon Ikasamo <hieromon@gmail.com>
sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface. sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.

@ -2,8 +2,8 @@
* AutoConnect proper menu label constant definition. * AutoConnect proper menu label constant definition.
* @file AutoConnectLabels.h * @file AutoConnectLabels.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 1.1.5 * @version 1.1.6
* @date 2020-04-09 * @date 2020-04-17
* @copyright MIT license. * @copyright MIT license.
*/ */

@ -2,8 +2,8 @@
* AutoConnect portal site web page implementation. * AutoConnect portal site web page implementation.
* @file AutoConnectPage.h * @file AutoConnectPage.h
* @author hieromon@gmail.com * @author hieromon@gmail.com
* @version 1.1.5 * @version 1.1.6
* @date 2020-04-01 * @date 2020-04-17
* @copyright MIT license. * @copyright MIT license.
*/ */

Loading…
Cancel
Save