From 90065c8104f38706764679aa6131120928b8edc3 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Thu, 6 Feb 2025 10:09:10 +0100 Subject: [PATCH] v3.3.5 --- library.json | 2 +- library.properties | 2 +- src/AsyncTCPVersion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index b2cb352..6e72573 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "AsyncTCP", - "version": "3.3.4", + "version": "3.3.5", "description": "Asynchronous TCP Library for ESP32", "keywords": "async,tcp", "repository": { diff --git a/library.properties b/library.properties index 3646e64..8c2495f 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=Async TCP includes=AsyncTCP.h -version=3.3.4 +version=3.3.5 author=ESP32Async maintainer=ESP32Async sentence=Async TCP Library for ESP32 diff --git a/src/AsyncTCPVersion.h b/src/AsyncTCPVersion.h index 791524e..f2c4c37 100644 --- a/src/AsyncTCPVersion.h +++ b/src/AsyncTCPVersion.h @@ -12,7 +12,7 @@ extern "C" { /** Minor version number (x.X.x) */ #define ASYNCTCP_VERSION_MINOR 3 /** Patch version number (x.x.X) */ -#define ASYNCTCP_VERSION_PATCH 4 +#define ASYNCTCP_VERSION_PATCH 5 /** * Macro to convert version number into an integer