From c7738691f70d673decafe769c0e5ea45c044ce14 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Mon, 28 May 2018 21:05:57 +0200 Subject: [PATCH] Version bumped to v0.6.1, caused by changing folder structure. --- CHANGELOG.md | 4 ++++ library.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f995913..93ff441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.1 + +- Folder structure changed, please see https://www.arduino.cc/en/Guide/Libraries#toc4 for easier installation. + ## 0.6.0 - Update to VSCP framework v0.7.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.7.0) there. diff --git a/library.properties b/library.properties index 554195e..55321df 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=VSCP -version=0.5.0 +version=0.6.1 author=Andreas Merkle maintainer=Andreas Merkle sentence=Very Simple Control Protocol L1 framework for all Arduino boards.