diff --git a/README.md b/README.md index 9186e58..dda4397 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ The base classes on which everything else is built. They expose all possible sce - Reverted back `library.properties` for Arduino IDE users - Arduino 3 / ESP-IDF 5 compatibility - Changed lib name: `AsyncTCP` -> `Async TCP` -- Point to `mathieucarbou/Async TCP @ ^3.1.2` +- Point to `mathieucarbou/Async TCP @ ^3.1.3` diff --git a/library.json b/library.json index 77c4946..9904c21 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Async TCP", - "version": "3.1.2", + "version": "3.1.3", "description": "Asynchronous TCP Library for ESP32", "keywords": "async,tcp", "repository": { diff --git a/library.properties b/library.properties index b2114e2..198d65d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Async TCP -version=3.1.2 +version=3.1.3 author=Me-No-Dev maintainer=Mathieu Carbou sentence=Async TCP Library for ESP32 diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index db2c17f..a503c04 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -22,10 +22,10 @@ #ifndef ASYNCTCP_H_ #define ASYNCTCP_H_ -#define ASYNCTCP_VERSION "3.1.2" +#define ASYNCTCP_VERSION "3.1.3" #define ASYNCTCP_VERSION_MAJOR 3 #define ASYNCTCP_VERSION_MINOR 1 -#define ASYNCTCP_VERSION_REVISION 2 +#define ASYNCTCP_VERSION_REVISION 3 #define ASYNCTCP_FORK_mathieucarbou #include "IPAddress.h"