Skip to content

Commit

Permalink
Merge branch 'eio_4_ping_handling'
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Jan 31, 2021
2 parents 0a4fcd4 + 4355199 commit a484da4
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.3.3"
"version": "2.3.4"
}
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.3.3
version=2.3.4
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 07.01.2021
* @date 31.01.2021
* @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.3.3"
#define WEBSOCKETS_VERSION "2.3.4"

#define WEBSOCKETS_VERSION_MAJOR 2
#define WEBSOCKETS_VERSION_MINOR 3
#define WEBSOCKETS_VERSION_PATCH 3
#define WEBSOCKETS_VERSION_PATCH 4

#define WEBSOCKETS_VERSION_INT 2003003
#define WEBSOCKETS_VERSION_INT 2003004

#endif /* WEBSOCKETSVERSION_H_ */

0 comments on commit a484da4

Please sign in to comment.