From 63a7a2ee7f6f4de33e97879e45ea89556b568eb7 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 18 May 2022 00:54:00 -0400 Subject: [PATCH] v1.0.1-1 to fix `library.json` ### Release v1.0.1-1 1. Fix `library.json` --- changelog.md | 5 +++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 43bd831..e27068d 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ ## Table of Contents * [Changelog](#changelog) + * [Release v1.0.1-1](#release-v1011) * [Release v1.0.0](#release-v100) --- @@ -20,6 +21,10 @@ ## Changelog +### Release v1.0.1-1 + +1. Fix `library.json` + ### Release v1.0.0 1. Initial coding for RTL8720DN, RTL8722DM, RTL8722CSM, etc. diff --git a/library.json b/library.json index b392c85..3ce92bf 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WiFiManager_RTL8720", - "version": "1.0.0", + "version": "1.0.1-1", "keywords": "wifi, wi-fi, MultiWiFi, multi-wifi, WiFiManager, RTL8720DN, RTL8722DM, RTM8722CSM, realtek, amebad-core, Communication, iot, credentials, persistent, config-portal, DoubleReset, MultiReset, DoubleResetDetector, littlefs, spiffs, eeprom, light-weight", "description": "Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in FlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", "authors": diff --git a/library.properties b/library.properties index 075306b..67884d1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WiFiManager_RTL8720 -version=1.0.0 +version=1.0.1-1 author=Khoi Hoang maintainer=Khoi Hoang license=MIT