This commit is contained in:
Mathieu Carbou
2024-12-15 18:17:42 +01:00
parent 8e5c375245
commit b2f4477d47
4 changed files with 6 additions and 6 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.2.15
mathieucarbou/AsyncTCP @ ^3.3.0
```
## Important recommendations

View File

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

View File

@@ -1,6 +1,6 @@
name=Async TCP
includes=AsyncTCP.h
version=3.2.15
version=3.3.0
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.2.15"
#define ASYNCTCP_VERSION "3.3.0"
#define ASYNCTCP_VERSION_MAJOR 3
#define ASYNCTCP_VERSION_MINOR 2
#define ASYNCTCP_VERSION_REVISION 15
#define ASYNCTCP_VERSION_MINOR 3
#define ASYNCTCP_VERSION_REVISION 0
#define ASYNCTCP_FORK_mathieucarbou
#include "IPAddress.h"