From 9a803e1fb36ea97d7e17463b7548260c6bfad415 Mon Sep 17 00:00:00 2001 From: Links Date: Sat, 29 Jun 2019 19:03:36 +0200 Subject: [PATCH] bump version to 2.2.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index efbc51b..9fe38a4 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.1.4", + "version": "2.2.0", "license": "LGPL-2.1", "export": { "exclude": [ diff --git a/library.properties b/library.properties index 2fe174b..4f18ec8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSockets -version=2.1.4 +version=2.2.0 author=Markus Sattler maintainer=Markus Sattler sentence=WebSockets for Arduino (Server + Client)