Update to version 3.10.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ESPAsyncWebServer",
|
||||
"version": "3.9.6",
|
||||
"version": "3.10.0",
|
||||
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040. Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc.",
|
||||
"keywords": "http,async,websocket,webserver",
|
||||
"homepage": "https://github.com/ESP32Async/ESPAsyncWebServer",
|
||||
@@ -39,7 +39,10 @@
|
||||
},
|
||||
{
|
||||
"name": "Hash",
|
||||
"platforms": "espressif8266"
|
||||
"platforms": [
|
||||
"espressif8266",
|
||||
"raspberrypi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"owner": "ayushsharma82",
|
||||
|
||||
Reference in New Issue
Block a user