This commit is contained in:
Mathieu Carbou
2024-12-16 21:37:52 +01:00
parent 3a92cfc956
commit 5b9a754c95
4 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ The base classes on which everything else is built. They expose all possible sce
## Coordinates
```
mathieucarbou/AsyncTCP @ ^3.3.0
mathieucarbou/AsyncTCP @ ^3.3.1
```
## Important recommendations

View File

@@ -1,6 +1,6 @@
{
"name": "AsyncTCP",
"version": "3.3.0",
"version": "3.3.1",
"description": "Asynchronous TCP Library for ESP32",
"keywords": "async,tcp",
"repository": {

View File

@@ -1,6 +1,6 @@
name=Async TCP
includes=AsyncTCP.h
version=3.3.0
version=3.3.1
author=Me-No-Dev
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=Async TCP Library for ESP32

View File

@@ -22,10 +22,10 @@
#ifndef ASYNCTCP_H_
#define ASYNCTCP_H_
#define ASYNCTCP_VERSION "3.3.0"
#define ASYNCTCP_VERSION "3.3.1"
#define ASYNCTCP_VERSION_MAJOR 3
#define ASYNCTCP_VERSION_MINOR 3
#define ASYNCTCP_VERSION_REVISION 0
#define ASYNCTCP_VERSION_REVISION 1
#define ASYNCTCP_FORK_mathieucarbou
#include "IPAddress.h"