Skip to content

Commit 8d0744e

Browse files
committed
bump version 2.7.2
1 parent da006cc commit 8d0744e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"type": "git",
2222
"url": "https://github.com/Links2004/arduinoWebSockets.git"
2323
},
24-
"version": "2.7.1"
24+
"version": "2.7.2"
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.7.1
2+
version=2.7.2
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 13.08.2025
3+
* @date 20.12.2025
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.7.1"
28+
#define WEBSOCKETS_VERSION "2.7.2"
2929

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

34-
#define WEBSOCKETS_VERSION_INT 2007001
34+
#define WEBSOCKETS_VERSION_INT 2007002
3535

3636
#endif /* WEBSOCKETSVERSION_H_ */

0 commit comments

Comments
 (0)