Release for v1.1.0

pull/137/head
Hieromon Ikasamo 5 years ago
parent 506bc832b0
commit a8675ba7cb
  1. 3
      README.md
  2. 2
      library.json
  3. 2
      library.properties

@ -101,6 +101,9 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some
## Change log ## Change log
### [1.1.0] Oct. 15, 2019
- Supprts static IPs with the 'Configure new AP' menu. (issue #132)
### [1.0.3] Sept. 30, 2019 ### [1.0.3] Sept. 30, 2019
- Fixed a return of AutoConnectCredential::entries(). (issue #133) - Fixed a return of AutoConnectCredential::entries(). (issue #133)

@ -25,6 +25,6 @@
"espressif8266", "espressif8266",
"espressif32" "espressif32"
], ],
"version": "1.0.3", "version": "1.1.0",
"license": "MIT" "license": "MIT"
} }

@ -1,5 +1,5 @@
name=AutoConnect name=AutoConnect
version=1.0.3 version=1.1.0
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.

Loading…
Cancel
Save