Aktualizace na verzi 2.10.1

This commit is contained in:
2024-05-30 08:41:06 +02:00
parent e2bc8b4dc8
commit fef6d6acb4
12 changed files with 290 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ESP Async WebServer",
"version": "2.9.5",
"version": "2.10.1",
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32. 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/mathieucarbou/ESPAsyncWebServer",
@@ -27,7 +27,7 @@
{
"owner": "mathieucarbou",
"name": "Async TCP",
"version": "^3.1.2",
"version": "^3.1.4",
"platforms": "espressif32"
},
{