Skip to content

Commit

Permalink
bump version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Aug 25, 2024
1 parent 2e54e8b commit d41d65c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.5.3"
}
"version": "2.6.0"
}
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.5.3
version=2.6.0
author=Markus Sattler
maintainer=Markus Sattler
sentence=WebSockets for Arduino (Server + Client)
Expand Down
10 changes: 5 additions & 5 deletions src/WebSocketsVersion.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file WebSocketsVersion.h
* @date 29.07.2024
* @date 25.08.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.5.3"
#define WEBSOCKETS_VERSION "2.6.0"

#define WEBSOCKETS_VERSION_MAJOR 2
#define WEBSOCKETS_VERSION_MINOR 5
#define WEBSOCKETS_VERSION_PATCH 3
#define WEBSOCKETS_VERSION_MINOR 6
#define WEBSOCKETS_VERSION_PATCH 0

#define WEBSOCKETS_VERSION_INT 2005003
#define WEBSOCKETS_VERSION_INT 2006000

#endif /* WEBSOCKETSVERSION_H_ */

0 comments on commit d41d65c

Please sign in to comment.