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

Commit e0af590

Browse files
committed
v3.2.10
1 parent d198248 commit e0af590

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The base classes on which everything else is built. They expose all possible sce
2626
## Coordinates
2727

2828
```
29-
mathieucarbou/AsyncTCP @ ^3.2.9
29+
mathieucarbou/AsyncTCP @ ^3.2.10
3030
```
3131

3232
## Important recommendations

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AsyncTCP",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "Asynchronous TCP Library for ESP32",
55
"keywords": "async,tcp",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=Async TCP
22
includes=AsyncTCP.h
3-
version=3.2.9
3+
version=3.2.10
44
author=Me-No-Dev
55
maintainer=Mathieu Carbou <[email protected]>
66
sentence=Async TCP Library for ESP32

src/AsyncTCP.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#ifndef ASYNCTCP_H_
2323
#define ASYNCTCP_H_
2424

25-
#define ASYNCTCP_VERSION "3.2.9"
25+
#define ASYNCTCP_VERSION "3.2.10"
2626
#define ASYNCTCP_VERSION_MAJOR 3
2727
#define ASYNCTCP_VERSION_MINOR 2
28-
#define ASYNCTCP_VERSION_REVISION 9
28+
#define ASYNCTCP_VERSION_REVISION 10
2929
#define ASYNCTCP_FORK_mathieucarbou
3030

3131
#include "IPAddress.h"

0 commit comments

Comments
 (0)