From 1cbb1e29fb0e59190d9c834e3f47b387739a3190 Mon Sep 17 00:00:00 2001 From: alieslam Date: Thu, 9 Aug 2018 18:58:01 +0200 Subject: [PATCH] Bumped up versions --- CHANGELOG.md | 6 ++++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf77c4..abeaa3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,8 @@ +## v0.2.0 (August 9, 2018) + - Supported ESP32 based boards. + - Supported electrum protocol version 1.4 (partially). + - Enhanced connecting/reconnecting logic. + - Fixed bugs/warnings. + ## v0.1.0 (June 19, 2018) - Initial Release. diff --git a/library.json b/library.json index fb893d4..5b2976e 100644 --- a/library.json +++ b/library.json @@ -23,7 +23,7 @@ ], "license": "LGPL-3.0-only", "homepage":"https://www.elkrem.io", - "version": "0.1.0", + "version": "0.2.0", "frameworks": "arduino", "platforms": "espressif8266,espressif32" } diff --git a/library.properties b/library.properties index 3ae5256..267ca59 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Koyn -version=0.1.0 +version=0.2.0 author=Elkrem, Inc. license=LGPL-3.0 maintainer=Eslam Ali