From 1f1750477a92c53e63b31b956045981bfebd61ef Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 12 Jan 2024 18:46:56 +0100 Subject: [PATCH] Switched to 2.0.0 --- library.json | 35 ++++++++++++++++++----------------- library.properties | 4 ++-- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/library.json b/library.json index 332c1c3..c5cfbbd 100644 --- a/library.json +++ b/library.json @@ -1,32 +1,33 @@ { - "name":"ESP Async WebServer", - "description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32", - "keywords":"http,async,websocket,webserver", - "authors": - { + "name": "ESP Async WebServer", + "description": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32", + "keywords": "http,async,websocket,webserver", + "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" }, { @@ -34,4 +35,4 @@ "platforms": "espressif8266" } ] -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 1039ed0..0d3959e 100644 --- a/library.properties +++ b/library.properties @@ -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=*