File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " AsyncTCP" ,
3
- "version" : " 3.3.8 " ,
3
+ "version" : " 3.4.0 " ,
4
4
"description" : " Asynchronous TCP Library for ESP32" ,
5
5
"keywords" : " async,tcp" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
name =Async TCP
2
2
includes =AsyncTCP.h
3
- version =3.3.8
3
+ version =3.4.0
4
4
author =ESP32Async
5
5
maintainer =ESP32Async
6
6
sentence =Async TCP Library for ESP32
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ extern "C" {
10
10
/** Major version number (X.x.x) */
11
11
#define ASYNCTCP_VERSION_MAJOR 3
12
12
/** Minor version number (x.X.x) */
13
- #define ASYNCTCP_VERSION_MINOR 3
13
+ #define ASYNCTCP_VERSION_MINOR 4
14
14
/** Patch version number (x.x.X) */
15
- #define ASYNCTCP_VERSION_PATCH 8
15
+ #define ASYNCTCP_VERSION_PATCH 0
16
16
17
17
/**
18
18
* Macro to convert version number into an integer
You can’t perform that action at this time.
0 commit comments