Skip to content

Commit

Permalink
fix plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Stinner committed Apr 10, 2018
1 parent 83fa17b commit aec79e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php

namespace Kanboard\Plugin\Bigboard;

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

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

public function getPluginHomepage()
Expand Down

0 comments on commit aec79e1

Please sign in to comment.