Update version number

pull/123/head
Hieromon Ikasamo 6 years ago
parent 82e8975100
commit a9b2ae0f98
  1. 2
      library.json
  2. 2
      library.properties
  3. 2
      src/AutoConnect.cpp
  4. 2
      src/AutoConnect.h
  5. 2
      src/AutoConnectDefs.h
  6. 2
      src/AutoConnectLabels.h
  7. 2
      src/AutoConnectUpdate.cpp
  8. 2
      src/AutoConnectUpdate.h
  9. 2
      src/AutoConnectUpdatePage.h

@ -29,6 +29,6 @@
"espressif8266",
"espressif32"
],
"version": "0.9.10",
"version": "0.9.11",
"license": "MIT"
}

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

@ -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.
*/

@ -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.
*/

@ -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.
*/

@ -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.
*/

@ -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.
*/

@ -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.
*/

@ -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.
*/

Loading…
Cancel
Save