File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
"type" : " git" ,
22
22
"url" : " https://github.com/Links2004/arduinoWebSockets.git"
23
23
},
24
- "version" : " 2.4.0 "
24
+ "version" : " 2.4.1 "
25
25
}
Original file line number Diff line number Diff line change 1
1
name =WebSockets
2
- version =2.4.0
2
+ version =2.4.1
3
3
author =Markus Sattler
4
4
maintainer =Markus Sattler
5
5
sentence =WebSockets for Arduino (Server + Client)
Original file line number Diff line number Diff line change 25
25
#ifndef WEBSOCKETSVERSION_H_
26
26
#define WEBSOCKETSVERSION_H_
27
27
28
- #define WEBSOCKETS_VERSION "2.4.0 "
28
+ #define WEBSOCKETS_VERSION "2.4.1 "
29
29
30
30
#define WEBSOCKETS_VERSION_MAJOR 2
31
31
#define WEBSOCKETS_VERSION_MINOR 4
32
- #define WEBSOCKETS_VERSION_PATCH 0
32
+ #define WEBSOCKETS_VERSION_PATCH 1
33
33
34
- #define WEBSOCKETS_VERSION_INT 2004000
34
+ #define WEBSOCKETS_VERSION_INT 2004001
35
35
36
36
#endif /* WEBSOCKETSVERSION_H_ */
You can’t perform that action at this time.
0 commit comments