From 01ab57b2efa03a342110914e93744d73926efed2 Mon Sep 17 00:00:00 2001 From: Martin Zuther Date: Thu, 9 Jul 2020 13:38:59 +0200 Subject: [PATCH] v1.0.2: re-factor code - beautify output of Makefile --- CHANGELOG.md | 9 +++++++++ plugin.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7cdf1..8bc0c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ file. This change log follows the conventions of +## [1.0.2] - 2020-07-09 +### Changed + +- re-factor code + +- beautify output of Makefile + + ## [1.0.1] - 2020-07-06 ### Added @@ -33,3 +41,4 @@ file. This change log follows the conventions of [1.0.0]: https://github.com/mzuther/ProtoFaust/commits/v1.0.0 [1.0.1]: https://github.com/mzuther/ProtoFaust/commits/v1.0.1 +[1.0.2]: https://github.com/mzuther/ProtoFaust/commits/v1.0.2 diff --git a/plugin.json b/plugin.json index 9c11c2b..9e9f531 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "MartinZuther-Prototype", "name": "Prototype", - "version": "1.0.1", + "version": "1.0.2", "license": "GPL-3.0-or-later", "brand": "", "author": "Martin Zuther",