Corrects version number

pull/123/head
Hieromon Ikasamo 6 years ago
parent cfbcebe584
commit ec8c47fbe7
  1. 2
      library.json
  2. 2
      library.properties
  3. 4
      src/AutoConnect.cpp
  4. 4
      src/AutoConnect.h
  5. 4
      src/AutoConnectDefs.h
  6. 4
      src/AutoConnectLabels.h
  7. 4
      src/AutoConnectPage.cpp
  8. 4
      src/AutoConnectPage.h
  9. 4
      src/AutoConnectUpdate.cpp
  10. 4
      src/AutoConnectUpdate.h
  11. 4
      src/AutoConnectUpdatePage.h

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save