diff --git a/library.json b/library.json index 3bd832b..a783a04 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESPAsyncHTTPUpdateServer", - "version": "1.1.0", + "version": "1.2.0", "description": "Simple HTTP Update Server for ESPAsyncWebServer(by me-no-dev). This library lets you to update Firmware/FileSystem of ESP32/ESP8266 OTA(Over The Air) from a web page.", "keywords": [ diff --git a/library.properties b/library.properties index 694473f..8a8e56a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPAsyncHTTPUpdateServer -version=1.1.0 +version=1.2.0 author=Mohammad Mahdi Nazari maintainer=Mohammad Mahdi Nazari sentence=Simple HTTP Update Server for ESPAsyncWebServer(by me-no-dev)