From 5caff59f7f08f0d2614b516dd14cad8064d04e92 Mon Sep 17 00:00:00 2001 From: Links Date: Sun, 4 Oct 2020 16:34:25 +0200 Subject: [PATCH] bump version to 2.3.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 1f37235..7ac6a78 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.3.0", + "version": "2.3.1", "license": "LGPL-2.1", "export": { "exclude": [ diff --git a/library.properties b/library.properties index 130d851..203df40 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSockets -version=2.3.0 +version=2.3.1 author=Markus Sattler maintainer=Markus Sattler sentence=WebSockets for Arduino (Server + Client)