From 8fc4aa43b7fdf06ed4dd8d63c852eff512eb5556 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Tue, 3 Sep 2024 12:20:41 +0200 Subject: [PATCH] v3.2.5 --- 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 61ccd09..0536ac3 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.4 +mathieucarbou/AsyncTCP @ ^3.2.5 ``` ## Important recommendations diff --git a/library.json b/library.json index c449f2a..b84e397 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "AsyncTCP", - "version": "3.2.4", + "version": "3.2.5", "description": "Asynchronous TCP Library for ESP32", "keywords": "async,tcp", "repository": { diff --git a/library.properties b/library.properties index 12a504c..0f59514 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AsyncTCP -version=3.2.4 +version=3.2.5 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Async TCP Library for ESP32 diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index feac4d2..0c374ed 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -22,10 +22,10 @@ #ifndef ASYNCTCP_H_ #define ASYNCTCP_H_ -#define ASYNCTCP_VERSION "3.2.4" +#define ASYNCTCP_VERSION "3.2.5" #define ASYNCTCP_VERSION_MAJOR 3 #define ASYNCTCP_VERSION_MINOR 2 -#define ASYNCTCP_VERSION_REVISION 4 +#define ASYNCTCP_VERSION_REVISION 5 #define ASYNCTCP_FORK_mathieucarbou #include "IPAddress.h"