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