We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f51eb5 + 401563e commit 9c3e954Copy full SHA for 9c3e954
ChangeLog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version 0.5.0
+## Version 0.4.0
4
* contributors: @imfx77
5
6
---
Makefile
@@ -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
Plugin.php
@@ -100,7 +100,7 @@ public function getPluginAuthor()
100
101
public function getPluginVersion()
102
{
103
- return '0.5.0';
+ return '0.4.0';
104
}
105
106
public function getPluginHomepage()
0 commit comments