Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 5fbab6c

Browse files
committed
v3.3.2
1 parent 3bd4eb8 commit 5fbab6c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
3030
**WARNING** The library name was changed from `ESP Async WebServer` to `ESPAsyncWebServer` as per the Arduino Lint recommendations.
3131

3232
```
33-
mathieucarbou/ESPAsyncWebServer @ 3.3.1
33+
mathieucarbou/ESPAsyncWebServer @ 3.3.2
3434
```
3535

3636
Dependency:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
3030
**WARNING** The library name was changed from `ESP Async WebServer` to `ESPAsyncWebServer` as per the Arduino Lint recommendations.
3131

3232
```
33-
mathieucarbou/ESPAsyncWebServer @ 3.3.1
33+
mathieucarbou/ESPAsyncWebServer @ 3.3.2
3434
```
3535

3636
Dependency:

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPAsyncWebServer",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"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.",
55
"keywords": "http,async,websocket,webserver",
66
"homepage": "https://github.com/mathieucarbou/ESPAsyncWebServer",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESPAsyncWebServer
2-
version=3.3.1
2+
version=3.3.2
33
author=Me-No-Dev
44
maintainer=Mathieu Carbou <[email protected]>
55
sentence=Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040

src/ESPAsyncWebServer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848

4949
#include "literals.h"
5050

51-
#define ASYNCWEBSERVER_VERSION "3.3.1"
51+
#define ASYNCWEBSERVER_VERSION "3.3.2"
5252
#define ASYNCWEBSERVER_VERSION_MAJOR 3
5353
#define ASYNCWEBSERVER_VERSION_MINOR 3
54-
#define ASYNCWEBSERVER_VERSION_REVISION 0
54+
#define ASYNCWEBSERVER_VERSION_REVISION 2
5555
#define ASYNCWEBSERVER_FORK_mathieucarbou
5656

5757
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)