Skip to content

Commit

Permalink
[INTERNAL] v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoStahl committed Jul 29, 2019
1 parent eaa7b2b commit fade2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin=Boardcustomizer
version=0.1.1
version=1.0.0

all:
@ echo "Build archive for plugin ${plugin} version=${version}"
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getPluginAuthor()
}
public function getPluginVersion()
{
return '0.1.1';
return '1.0.0';
}
public function getPluginHomepage()
{
Expand Down

0 comments on commit fade2a1

Please sign in to comment.