From c3584edf815eec8101ddc23413164992e5220868 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Tue, 7 Jan 2025 22:09:31 +0100 Subject: [PATCH] v3.3.2 --- 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 d90814a..5e14ef0 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.3.1 +mathieucarbou/AsyncTCP @ ^3.3.2 ``` ## Important recommendations diff --git a/library.json b/library.json index b6032d4..1e5f045 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "AsyncTCP", - "version": "3.3.1", + "version": "3.3.2", "description": "Asynchronous TCP Library for ESP32", "keywords": "async,tcp", "repository": { diff --git a/library.properties b/library.properties index dd945f8..23e10ab 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=Async TCP includes=AsyncTCP.h -version=3.3.1 +version=3.3.2 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Async TCP Library for ESP32 diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index 6d69a91..762b1b3 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -22,10 +22,10 @@ #ifndef ASYNCTCP_H_ #define ASYNCTCP_H_ -#define ASYNCTCP_VERSION "3.3.1" +#define ASYNCTCP_VERSION "3.3.2" #define ASYNCTCP_VERSION_MAJOR 3 #define ASYNCTCP_VERSION_MINOR 3 -#define ASYNCTCP_VERSION_REVISION 1 +#define ASYNCTCP_VERSION_REVISION 2 #define ASYNCTCP_FORK_mathieucarbou #include "IPAddress.h"