From f2265118b4cf93a36c74099b615cd6310a05fe95 Mon Sep 17 00:00:00 2001 From: Links Date: Sun, 4 Oct 2020 14:59:51 +0200 Subject: [PATCH] bump version to 2.3.0 and add note for ESP8266 BareSSL API changes --- README.md | 4 +++- library.json | 2 +- library.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 151b024..599b48e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ a WebSocket Server and Client for Arduino based on RFC6455. ###### Note: ###### - version 2.0 and up is not compatible with AVR/ATmega, check ATmega branch. + version 2.0.0 and up is not compatible with AVR/ATmega, check ATmega branch. + + version 2.3.0 has API changes for the ESP8266 BareSSL (may brakes existing code) Arduino for AVR not supports std namespace of c++. diff --git a/library.json b/library.json index 49dc2c7..1f37235 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.2.1", + "version": "2.3.0", "license": "LGPL-2.1", "export": { "exclude": [ diff --git a/library.properties b/library.properties index b977444..130d851 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSockets -version=2.2.1 +version=2.3.0 author=Markus Sattler maintainer=Markus Sattler sentence=WebSockets for Arduino (Server + Client)