diff --git a/README.md b/README.md index ba65e1e..623f673 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The base classes on which everything else is built. They expose all possible sce ## Coordinates ``` -mathieucarbou/AsyncTCP @ ^3.2.6 +mathieucarbou/AsyncTCP @ ^3.2.7 ``` ## Important recommendations diff --git a/library.json b/library.json index fb86713..326934d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "AsyncTCP", - "version": "3.2.6", + "version": "3.2.7", "description": "Asynchronous TCP Library for ESP32", "keywords": "async,tcp", "repository": { diff --git a/library.properties b/library.properties index d4759af..b7d1885 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,6 @@ -name=AsyncTCP -version=3.2.6 +name=Async TCP +cludes=AsyncTCP.h +version=3.2.7 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Async TCP Library for ESP32 diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index 5b04c34..5b08df1 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -22,10 +22,10 @@ #ifndef ASYNCTCP_H_ #define ASYNCTCP_H_ -#define ASYNCTCP_VERSION "3.2.6" +#define ASYNCTCP_VERSION "3.2.7" #define ASYNCTCP_VERSION_MAJOR 3 #define ASYNCTCP_VERSION_MINOR 2 -#define ASYNCTCP_VERSION_REVISION 6 +#define ASYNCTCP_VERSION_REVISION 7 #define ASYNCTCP_FORK_mathieucarbou #include "IPAddress.h"