We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca62e7 commit afc39c1Copy full SHA for afc39c1
library.json
@@ -1,6 +1,6 @@
1
{
2
"name": "AsyncTCP",
3
- "version": "3.3.2",
+ "version": "3.3.3",
4
"description": "Asynchronous TCP Library for ESP32",
5
"keywords": "async,tcp",
6
"repository": {
library.properties
name=Async TCP
includes=AsyncTCP.h
-version=3.3.2
+version=3.3.3
author=ESP32Async
maintainer=ESP32Async
sentence=Async TCP Library for ESP32
src/AsyncTCPVersion.h
@@ -12,7 +12,7 @@ extern "C" {
12
/** Minor version number (x.X.x) */
13
#define ASYNCTCP_VERSION_MINOR 3
14
/** Patch version number (x.x.X) */
15
-#define ASYNCTCP_VERSION_PATCH 2
+#define ASYNCTCP_VERSION_PATCH 3
16
17
/**
18
* Macro to convert version number into an integer
0 commit comments