Skip to content

Commit

Permalink
update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuerme committed Jul 11, 2019
1 parent e3b4af8 commit 410c3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of UMSCM.
* A modern CSS theme for Kanboard.
* ============================================================================
* Copyright © Stack Strategy Inc. All Rights Reserved.
* Website: https://viggo.coding.me/blog/
Expand All @@ -9,7 +9,7 @@
* file that was distributed with this source code.
* ============================================================================
* Author: Viggo <leanclose@gmail.com>
* Date: 2019-07-10
* Date: 2019-07-11
*/
namespace Kanboard\Plugin\Spectre;

Expand Down Expand Up @@ -39,7 +39,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.0';
return '1.0.1';
}

public function getCompatibleVersion()
Expand Down

0 comments on commit 410c3ca

Please sign in to comment.