8000 bump version to 2.3.7 · smartcoder00/arduinoWebSockets@5881a99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5881a99

Browse files
committed
bump version to 2.3.7
1 parent 52b3aa8 commit 5881a99

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ 10000 -21,5 +21,5 @@
2121
"type": "git",
2222
"url": "https://github.com/Links2004/arduinoWebSockets.git"
2323
},
24-
"version": "2.3.6"
24+
"version": "2.3.7"
2525
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WebSockets
2-
version=2.3.6
2+
version=2.3.7
33
author=Markus Sattler
44
maintainer=Markus Sattler
55
sentence=WebSockets for Arduino (Server + Client)

src/WebSocketsVersion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file WebSocketsVersion.h
3-
* @date 08.03.2021
3+
* @date 05.04.2022
44
* @author Markus Sattler
55
*
66
* Copyright (c) 2015 Markus Sattler. All rights reserved.
@@ -25,12 +25,12 @@
2525
#ifndef WEBSOCKETSVERSION_H_
2626
#define WEBSOCKETSVERSION_H_
2727

28-
#define WEBSOCKETS_VERSION "2.3.6"
28+
#define WEBSOCKETS_VERSION "2.3.7"
2929

3030
#define WEBSOCKETS_VERSION_MAJOR 2
3131
#define WEBSOCKETS_VERSION_MINOR 3
32-
#define WEBSOCKETS_VERSION_PATCH 6
32+
#define WEBSOCKETS_VERSION_PATCH 7
3333

34-
#define WEBSOCKETS_VERSION_INT 2003006
34+
#define WEBSOCKETS_VERSION_INT 2003007
3535

3636
#endif /* WEBSOCKETSVERSION_H_ */

0 commit comments

Comments
 (0)
2958
0