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

Commit f9d70ce

Browse files
committed
v3.1.5
1 parent 74647b2 commit f9d70ce

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
@@ -14,7 +14,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
1414
**WARNING** The library name was changed from `ESP Async WebServer` to `ESPAsyncWebServer` as per the Arduino Lint recommendations.
1515

1616
```
17-
mathieucarbou/ESPAsyncWebServer @ 3.1.4
17+
mathieucarbou/ESPAsyncWebServer @ 3.1.5
1818
```
1919

2020
Dependency:

docs/index.md

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

1616
```
17-
mathieucarbou/ESPAsyncWebServer @ 3.1.4
17+
mathieucarbou/ESPAsyncWebServer @ 3.1.5
1818
```
1919

2020
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.1.4",
3+
"version": "3.1.5",
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.1.4
2+
version=3.1.5
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
@@ -45,10 +45,10 @@
4545

4646
#include "literals.h"
4747

48-
#define ASYNCWEBSERVER_VERSION "3.1.4"
48+
#define ASYNCWEBSERVER_VERSION "3.1.5"
4949
#define ASYNCWEBSERVER_VERSION_MAJOR 3
5050
#define ASYNCWEBSERVER_VERSION_MINOR 1
51-
#define ASYNCWEBSERVER_VERSION_REVISION 4
51+
#define ASYNCWEBSERVER_VERSION_REVISION 5
5252
#define ASYNCWEBSERVER_FORK_mathieucarbou
5353

5454
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)