From 48a37dedf64be25ea569b89eebbf5a0e7f86fa82 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sun, 27 Oct 2024 08:39:34 +0100 Subject: [PATCH] v3.2.12 --- README.md | 2 +- library.json | 2 +- library.properties | 2 +- src/AsyncTCP.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9e6b16..efe0519 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The base classes on which everything else is built. They expose all possible sce ## Coordinates ``` -mathieucarbou/AsyncTCP @ ^3.2.11 +mathieucarbou/AsyncTCP @ ^3.2.12 ``` ## Important recommendations diff --git a/library.json b/library.json index bc2ed12..005ed3f 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "AsyncTCP", - "version": "3.2.11", + "version": "3.2.12", "description": "Asynchronous TCP Library for ESP32", "keywords": "async,tcp", "repository": { diff --git a/library.properties b/library.properties index e822445..3c70f5b 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=Async TCP includes=AsyncTCP.h -version=3.2.11 +version=3.2.12 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Async TCP Library for ESP32 diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index c93ffb7..b40239c 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -22,10 +22,10 @@ #ifndef ASYNCTCP_H_ #define ASYNCTCP_H_ -#define ASYNCTCP_VERSION "3.2.11" +#define ASYNCTCP_VERSION "3.2.12" #define ASYNCTCP_VERSION_MAJOR 3 #define ASYNCTCP_VERSION_MINOR 2 -#define ASYNCTCP_VERSION_REVISION 11 +#define ASYNCTCP_VERSION_REVISION 12 #define ASYNCTCP_FORK_mathieucarbou #include "IPAddress.h"