From 35d43080b4436a0f249ab431b218fa966dade8ae Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 11 Feb 2021 15:00:45 -0500 Subject: [PATCH] v1.1.2 ### Releases v1.1.2 1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11) --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 7727268..2de4045 100644 --- a/library.json +++ b/library.json @@ -32,14 +32,14 @@ }, { "owner": "me-no-dev", - "name": "ESP AsyncTCP", + "name": "ESPAsyncTCP", "version": ">=1.2.2", "platforms": "espressif8266" }, { - "owner": "khoih-prog", + "owner": "khoih.prog", "name": "ESPAsync_WiFiManager", - "version": ">=1.4.1", + "version": ">=1.4.3", "platforms": ["espressif8266", "espressif32"] }, {