From f0cc36dede2de94f50f28a4ea7d1e5f02bdc9d9b Mon Sep 17 00:00:00 2001 From: Links Date: Sat, 21 Nov 2020 18:13:22 +0100 Subject: [PATCH] bump version to 2.3.2 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 7ac6a78..fbf044f 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.3.1", + "version": "2.3.2", "license": "LGPL-2.1", "export": { "exclude": [ diff --git a/library.properties b/library.properties index 203df40..0c51754 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSockets -version=2.3.1 +version=2.3.2 author=Markus Sattler maintainer=Markus Sattler sentence=WebSockets for Arduino (Server + Client)