Skip to content

Commit 2d1860c

Browse files
committed
Bump version
1 parent a13a39c commit 2d1860c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ php:
1111
env:
1212
global:
1313
- PLUGIN=Registration
14-
- KANBOARD_REPO=https://github.com/fguillot/kanboard.git
14+
- KANBOARD_REPO=https://github.com/kanboard/kanboard.git
1515
matrix:
1616
- DB=sqlite
1717
- DB=mysql

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
plugin=Registration
2+
13
all:
24
@ echo "Build archive for plugin ${plugin} version=${version}"
35
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip

Plugin.php

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

4848
public function getPluginVersion()
4949
{
50-
return '1.0.4';
50+
return '1.0.5';
5151
}
5252

5353
public function getPluginHomepage()

0 commit comments

Comments
 (0)