Skip to content

Commit

Permalink
Changed version. Added plugin homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozigor committed Nov 11, 2017
1 parent 84d1610 commit 848a8b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugin=IM
plugin=TaskIntervalButton

all:
@ echo "Build archive for plugin ${plugin} version=${version}"
Expand Down
4 changes: 2 additions & 2 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ public function getPluginAuthor()

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

public function getPluginHomepage()
{
return 'https://github.com/kanboard/plugin-myplugin';
return 'https://github.com/mrozigor/kanboard-add-time-interval-plugin';
}
}

0 comments on commit 848a8b5

Please sign in to comment.