diff --git a/Makefile b/Makefile
index 6f9bd2f..9319429 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 plugin=Wiki
-version=0.3.0
+version=0.3.1
 all:
 	@ echo "Build archive for plugin ${plugin} version=${version}"
 	@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip