From 784088d9cc35bc21b2c845eaabdb6ad8a2638d1b Mon Sep 17 00:00:00 2001 From: Links Date: Sun, 3 May 2020 10:03:53 +0200 Subject: [PATCH] bump version to 2.2.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 9fe38a4..49dc2c7 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.2.0", + "version": "2.2.1", "license": "LGPL-2.1", "export": { "exclude": [ diff --git a/library.properties b/library.properties index 4f18ec8..b977444 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSockets -version=2.2.0 +version=2.2.1 author=Markus Sattler maintainer=Markus Sattler sentence=WebSockets for Arduino (Server + Client)