Skip to content

Commit

Permalink
bump version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Sep 6, 2024
1 parent 87b23a4 commit 7a4c416
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"type": "git",
"url": "https://github.com/Links2004/arduinoWebSockets.git"
},
"version": "2.6.0"
"version": "2.6.1"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WebSockets
version=2.6.0
version=2.6.1
author=Markus Sattler
maintainer=Markus Sattler
sentence=WebSockets for Arduino (Server + Client)
Expand Down
8 changes: 4 additions & 4 deletions src/WebSocketsVersion.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file WebSocketsVersion.h
* @date 25.08.2024
* @date 06.09.2024
* @author Markus Sattler
*
* Copyright (c) 2015 Markus Sattler. All rights reserved.
Expand All @@ -25,12 +25,12 @@
#ifndef WEBSOCKETSVERSION_H_
#define WEBSOCKETSVERSION_H_

#define WEBSOCKETS_VERSION "2.6.0"
#define WEBSOCKETS_VERSION "2.6.1"

#define WEBSOCKETS_VERSION_MAJOR 2
#define WEBSOCKETS_VERSION_MINOR 6
#define WEBSOCKETS_VERSION_PATCH 0
#define WEBSOCKETS_VERSION_PATCH 1

#define WEBSOCKETS_VERSION_INT 2006000
#define WEBSOCKETS_VERSION_INT 2006001

#endif /* WEBSOCKETSVERSION_H_ */

0 comments on commit 7a4c416

Please sign in to comment.