Skip to content

Commit 9c3e954

Browse files
authored
Merge pull request #106 from funktechno/f/4.0
F/4.0
2 parents 5f51eb5 + 401563e commit 9c3e954

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 0.5.0
3+
## Version 0.4.0
44
* contributors: @imfx77
55

66
---

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin=Wiki
2-
version=0.5.0
2+
version=0.4.0
33
all:
44
@ echo "Build archive for plugin ${plugin} version=${version}"
55
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip

Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getPluginAuthor()
100100

101101
public function getPluginVersion()
102102
{
103-
return '0.5.0';
103+
return '0.4.0';
104104
}
105105

106106
public function getPluginHomepage()

0 commit comments

Comments
 (0)