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

Commit 5b9a754

Browse files
committed
v3.3.1
1 parent 3a92cfc commit 5b9a754

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The base classes on which everything else is built. They expose all possible sce
4343
## Coordinates
4444

4545
```
46-
mathieucarbou/AsyncTCP @ ^3.3.0
46+
mathieucarbou/AsyncTCP @ ^3.3.1
4747
```
4848

4949
## Important recommendations

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AsyncTCP",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Asynchronous TCP Library for ESP32",
55
"keywords": "async,tcp",
66
"repository": {

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=Async TCP
22
includes=AsyncTCP.h
3-
version=3.3.0
3+
version=3.3.1
44
author=Me-No-Dev
55
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
66
sentence=Async TCP Library for ESP32

src/AsyncTCP.h

+2-2
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.3.0"
25+
#define ASYNCTCP_VERSION "3.3.1"
2626
#define ASYNCTCP_VERSION_MAJOR 3
2727
#define ASYNCTCP_VERSION_MINOR 3
28-
#define ASYNCTCP_VERSION_REVISION 0
28+
#define ASYNCTCP_VERSION_REVISION 1
2929
#define ASYNCTCP_FORK_mathieucarbou
3030

3131
#include "IPAddress.h"

0 commit comments

Comments
 (0)