From a8675ba7cb8e6ed6b916c6937e1b008f4547c7ab Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Tue, 15 Oct 2019 14:35:00 +0900 Subject: [PATCH] Release for v1.1.0 --- README.md | 3 +++ library.json | 2 +- library.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3f74cf..134e448 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,9 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## 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 - Fixed a return of AutoConnectCredential::entries(). (issue #133) diff --git a/library.json b/library.json index 80fe1d7..b275d39 100644 --- a/library.json +++ b/library.json @@ -25,6 +25,6 @@ "espressif8266", "espressif32" ], - "version": "1.0.3", + "version": "1.1.0", "license": "MIT" } diff --git a/library.properties b/library.properties index 112f207..1f9f3f3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoConnect -version=1.0.3 +version=1.1.0 author=Hieromon Ikasamo maintainer=Hieromon Ikasamo sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.