From 410489f7c5234690e5874e6731ed34cfe1305e9d Mon Sep 17 00:00:00 2001 From: Links Date: Thu, 7 Jan 2021 10:27:42 +0100 Subject: [PATCH] bump version to 2.3.3 --- library.json | 2 +- library.properties | 2 +- src/WebSocketsVersion.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 9944b75..2643ba6 100644 --- a/library.json +++ b/library.json @@ -21,5 +21,5 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.3.2" + "version": "2.3.3" } \ No newline at end of file diff --git a/library.properties b/library.properties index 0c51754..4ff5abc 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSockets -version=2.3.2 +version=2.3.3 author=Markus Sattler maintainer=Markus Sattler sentence=WebSockets for Arduino (Server + Client) diff --git a/src/WebSocketsVersion.h b/src/WebSocketsVersion.h index 9a05e69..09075d8 100644 --- a/src/WebSocketsVersion.h +++ b/src/WebSocketsVersion.h @@ -25,12 +25,12 @@ #ifndef WEBSOCKETSVERSION_H_ #define WEBSOCKETSVERSION_H_ -#define WEBSOCKETS_VERSION "2.3.2" +#define WEBSOCKETS_VERSION "2.3.3" #define WEBSOCKETS_VERSION_MAJOR 2 #define WEBSOCKETS_VERSION_MINOR 3 -#define WEBSOCKETS_VERSION_PATCH 2 +#define WEBSOCKETS_VERSION_PATCH 3 -#define WEBSOCKETS_VERSION_INT 2003002 +#define WEBSOCKETS_VERSION_INT 2003003 #endif /* WEBSOCKETSVERSION_H_ */