Skip to content

Commit

Permalink
increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Jul 15, 2024
1 parent 9b00d1e commit e98530b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,7 +11,8 @@
"HTTP",
"UpdateServer",
"FileSystem",
"Firmware"
"Firmware",
"Style"
],
"repository":
{
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=ESPAsyncHTTPUpdateServer
version=1.2.0
version=2.0.0
author=Mohammad Mahdi Nazari <[email protected]>
maintainer=Mohammad Mahdi Nazari <[email protected]>
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
Expand Down

0 comments on commit e98530b

Please sign in to comment.