File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 "type" : " git" ,
2222 "url" : " https://github.com/Links2004/arduinoWebSockets.git"
2323 },
24- "version" : " 2.4.1 "
24+ "version" : " 2.4.2 "
2525}
Original file line number Diff line number Diff line change 11name =WebSockets
2- version =2.4.1
2+ version =2.4.2
33author =Markus Sattler
44maintainer =Markus Sattler
55sentence =WebSockets for Arduino (Server + Client)
Original file line number Diff line number Diff line change 11/**
22 * @file WebSocketsVersion.h
3- * @date 01.05.2023
3+ * @date 17.06.2024
44 * @author Markus Sattler
55 *
66 * Copyright (c) 2015 Markus Sattler. All rights reserved.
2525#ifndef WEBSOCKETSVERSION_H_
2626#define WEBSOCKETSVERSION_H_
2727
28- #define WEBSOCKETS_VERSION "2.4.1 "
28+ #define WEBSOCKETS_VERSION "2.4.2 "
2929
3030#define WEBSOCKETS_VERSION_MAJOR 2
3131#define WEBSOCKETS_VERSION_MINOR 4
32- #define WEBSOCKETS_VERSION_PATCH 1
32+ #define WEBSOCKETS_VERSION_PATCH 2
3333
34- #define WEBSOCKETS_VERSION_INT 2004001
34+ #define WEBSOCKETS_VERSION_INT 2004002
3535
3636#endif /* WEBSOCKETSVERSION_H_ */
You can’t perform that action at this time.
0 commit comments