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