Bump version

This commit is contained in:
Frederic Guillot
2017-05-22 16:13:18 -04:00
parent 435e053f12
commit 908a86fce5
2 changed files with 4 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ class Plugin extends Base
public function getPluginVersion() public function getPluginVersion()
{ {
return '1.0.0'; return '1.0.1';
} }
public function getPluginHomepage() public function getPluginHomepage()
@@ -65,7 +65,7 @@ class Plugin extends Base
public function getCompatibleVersion() public function getCompatibleVersion()
{ {
return '>=1.0.42'; return '>=1.0.44';
} }
} }

View File

@@ -12,7 +12,7 @@ Author
Requirements Requirements
------------ ------------
- Kanboard >= 1.0.42 - Kanboard >= 1.0.44
Installation Installation
------------ ------------
@@ -24,3 +24,4 @@ You have the choice between 3 methods:
3. Clone this repository into the folder `plugins/Calendar` 3. Clone this repository into the folder `plugins/Calendar`
Note: Plugin folder is case-sensitive. Note: Plugin folder is case-sensitive.