From e98530b9daaa69e9b7140526dc15ee2fc9c8a753 Mon Sep 17 00:00:00 2001 From: IPdotSetAF Date: Mon, 15 Jul 2024 10:58:48 +0330 Subject: [PATCH] increased version --- library.json | 7 ++++--- library.properties | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index a783a04..78e63fa 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ESPAsyncHTTPUpdateServer", - "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.", + "version": "2.0.0", + "description": "Simple/Stylized 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": [ "ESP", @@ -11,7 +11,8 @@ "HTTP", "UpdateServer", "FileSystem", - "Firmware" + "Firmware", + "Style" ], "repository": { diff --git a/library.properties b/library.properties index 8a8e56a..a6e27fd 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,8 @@ name=ESPAsyncHTTPUpdateServer -version=1.2.0 +version=2.0.0 author=Mohammad Mahdi Nazari maintainer=Mohammad Mahdi Nazari -sentence=Simple HTTP Update Server for ESPAsyncWebServer(by me-no-dev) +sentence=Simple/Stylized HTTP Update Server for ESPAsyncWebServer(by me-no-dev) paragraph=This library lets you to update Firmware/FileSystem of ESP32/ESP8266 OTA(Over The Air) from a web page. category=Other url=https://github.com/IPdotSetAF/ESPAsyncHTTPUpdateServer