diff --git a/changelog.md b/changelog.md index 2e4b9d3..8fd9388 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,7 @@ ## Table of contents * [Changelog](#changelog) + * [Releases v1.0.1](#releases-v101) * [Releases v1.0.0](#releases-v100) @@ -25,6 +26,10 @@ ## Changelog +#### Releases v1.0.1 + +1. Fix typo + #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP W5500 / ENC28J60 Ethernet`. diff --git a/library.json b/library.json index 1339084..3863b6b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "AsyncESP32_SC_Ethernet_Manager", - "version": "1.0.0", + "version": "1.0.1", "keywords": "ethernet, Credentials-Manager, esp32, esp32-s2, esp32-s3, esp32-c3, lwip, w5500, lwip-w5500, enc28j60, lwip-enc28j60, lwip-ethernet, AsyncWebServer, Async-Credentials-Manager, Async, Communication, Credentials, Config-Portal, DoubleReset, littlefs, spiffs, dns-server, iot, eeprom", "description": "ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal. This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", "authors": diff --git a/library.properties b/library.properties index 80e7a43..f34f76e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AsyncESP32_SC_Ethernet_Manager -version=1.0.0 +version=1.0.1 author=Khoi Hoang maintainer=Khoi Hoang license=MIT