Skip to content

Commit

Permalink
downgrade to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lastlink committed Jan 5, 2025
1 parent 54c5dd1 commit 401563e
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=Wiki
version=0.5.0
version=0.4.0
all:
@ echo "Build archive for plugin ${plugin} version=${version}"
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '0.5.0';
return '0.4.0';
}

public function getPluginHomepage()
Expand Down

0 comments on commit 401563e

Please sign in to comment.