We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8961a6 commit ed17a7fCopy full SHA for ed17a7f
3 files changed
library.json
@@ -1,6 +1,6 @@
1
{
2
"name": "AsyncTCP",
3
- "version": "3.4.9",
+ "version": "3.4.10",
4
"description": "Asynchronous TCP Library for ESP32",
5
"keywords": "async,tcp",
6
"repository": {
library.properties
name=Async TCP
includes=AsyncTCP.h
-version=3.4.9
+version=3.4.10
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 4
14
/** Patch version number (x.x.X) */
15
-#define ASYNCTCP_VERSION_PATCH 9
+#define ASYNCTCP_VERSION_PATCH 10
16
17
/**
18
* Macro to convert version number into an integer
0 commit comments