File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " AsyncTCP" ,
3- "version" : " 3.3.2 " ,
3+ "version" : " 3.3.3 " ,
44 "description" : " Asynchronous TCP Library for ESP32" ,
55 "keywords" : " async,tcp" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11name =Async TCP
22includes =AsyncTCP.h
3- version =3.3.2
3+ version =3.3.3
44author =ESP32Async
55maintainer =ESP32Async
66sentence =Async TCP Library for ESP32
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extern "C" {
1212/** Minor version number (x.X.x) */
1313#define ASYNCTCP_VERSION_MINOR 3
1414/** Patch version number (x.x.X) */
15- #define ASYNCTCP_VERSION_PATCH 2
15+ #define ASYNCTCP_VERSION_PATCH 3
1616
1717/**
1818 * Macro to convert version number into an integer
You can’t perform that action at this time.
0 commit comments