Skip to content

Commit e166d23

Browse files
committed
v3.4.0
1 parent fba8799 commit e166d23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AsyncTCP",
3-
"version": "3.3.8",
3+
"version": "3.4.0",
44
"description": "Asynchronous TCP Library for ESP32",
55
"keywords": "async,tcp",
66
"repository": {

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=Async TCP
22
includes=AsyncTCP.h
3-
version=3.3.8
3+
version=3.4.0
44
author=ESP32Async
55
maintainer=ESP32Async
66
sentence=Async TCP Library for ESP32

src/AsyncTCPVersion.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ extern "C" {
1010
/** Major version number (X.x.x) */
1111
#define ASYNCTCP_VERSION_MAJOR 3
1212
/** Minor version number (x.X.x) */
13-
#define ASYNCTCP_VERSION_MINOR 3
13+
#define ASYNCTCP_VERSION_MINOR 4
1414
/** Patch version number (x.x.X) */
15-
#define ASYNCTCP_VERSION_PATCH 8
15+
#define ASYNCTCP_VERSION_PATCH 0
1616

1717
/**
1818
* Macro to convert version number into an integer

0 commit comments

Comments
 (0)