Skip to content

Commit e98530b

Browse files
committed
increased version
1 parent 9b00d1e commit e98530b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

library.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ESPAsyncHTTPUpdateServer",
3-
"version": "1.2.0",
4-
"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.",
3+
"version": "2.0.0",
4+
"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.",
55
"keywords":
66
[
77
"ESP",
@@ -11,7 +11,8 @@
1111
"HTTP",
1212
"UpdateServer",
1313
"FileSystem",
14-
"Firmware"
14+
"Firmware",
15+
"Style"
1516
],
1617
"repository":
1718
{

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=ESPAsyncHTTPUpdateServer
2-
version=1.2.0
2+
version=2.0.0
33
author=Mohammad Mahdi Nazari <[email protected]>
44
maintainer=Mohammad Mahdi Nazari <[email protected]>
5-
sentence=Simple HTTP Update Server for ESPAsyncWebServer(by me-no-dev)
5+
sentence=Simple/Stylized HTTP Update Server for ESPAsyncWebServer(by me-no-dev)
66
paragraph=This library lets you to update Firmware/FileSystem of ESP32/ESP8266 OTA(Over The Air) from a web page.
77
category=Other
88
url=https://github.com/IPdotSetAF/ESPAsyncHTTPUpdateServer

0 commit comments

Comments
 (0)