Switched to 2.0.0

This commit is contained in:
Mathieu Carbou
2024-01-12 18:46:56 +01:00
parent 1dde9cf021
commit 1f1750477a
2 changed files with 20 additions and 19 deletions

View File

@@ -2,31 +2,32 @@
"name": "ESP Async WebServer",
"description": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
"keywords": "http,async,websocket,webserver",
"authors":
{
"authors": {
"name": "Hristo Gochkov",
"maintainer": true
},
"repository":
{
"repository": {
"type": "git",
"url": "https://github.com/lorol/ESPAsyncWebServer.git"
"url": "https://github.com/mathieucarbou/ESPAsyncWebServer.git"
},
"version": "1.2.3",
"version": "2.0.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"platforms": [
"espressif8266",
"espressif32"
],
"dependencies": [
{
"owner": "me-no-dev",
"name": "ESPAsyncTCP",
"version": "^1.2.2",
"owner": "esphome",
"name": "ESPAsyncTCP-esphome",
"version": "2.0.0",
"platforms": "espressif8266"
},
{
"owner": "me-no-dev",
"name": "AsyncTCP",
"version": "^1.1.1",
"owner": "esphome",
"name": "AsyncTCP-esphome",
"version": "2.0.1",
"platforms": "espressif32"
},
{

View File

@@ -1,9 +1,9 @@
name=ESP Async WebServer
version=1.2.3
version=2.0.0
author=Me-No-Dev
maintainer=lorol
sentence=Async Web Server for ESP8266 and ESP31B
paragraph=Async Web Server for ESP8266 and ESP31B
category=Other
url=https://github.com/lorol/ESPAsyncWebServer
urlhttps://github.com/mathieucarbou/ESPAsyncWebServer
architectures=*