From b42543500942f4b5cdfa8ec4c70bd05881ca36dd Mon Sep 17 00:00:00 2001 From: Timo Litzbarski Date: Fri, 5 Oct 2018 17:39:05 +0000 Subject: [PATCH] update readme and plugin.php --- Plugin.php | 4 ++-- README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Plugin.php b/Plugin.php index 61b5dcf..daa954a 100644 --- a/Plugin.php +++ b/Plugin.php @@ -42,11 +42,11 @@ public function getPluginDescription() { } public function getPluginAuthor() { - return 'BlueTeck'; + return 'BlueTeck + creecros'; } public function getPluginVersion() { - return '1.0.38.0'; + return '1.2.5.0'; } public function getPluginHomepage() { diff --git a/README.md b/README.md index 39110a3..9301ae7 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ This plugin adds a coverimage function to tasks on the board, and allows you to ![image](https://user-images.githubusercontent.com/26339368/46497724-5dcfb180-c7e9-11e8-82ea-173d633f602d.png) -Plugin for https://github.com/fguillot/kanboard +Plugin for https://github.com/kanboard/kanboard Author ------ -- BlueTeck +- [BlueTeck](https://github.com/BlueTeck) +- [creecros](https://github.com/creecros) - License MIT Installation