Skip to content

Commit 7369744

Browse files
committed
Bump version
1 parent 978bd14 commit 7369744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scrum/Scrum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ class ScrumPlugin extends MantisPlugin
77
{
88
const TOKEN_SCRUM_VERSION = 101;
99
const TOKEN_SCRUM_CATEGORY = 102;
10-
10+
1111
public function register()
1212
{
1313
$this->name = plugin_lang_get("title");
1414
$this->description = plugin_lang_get("description");
1515

16-
$this->version = "0.1";
16+
$this->version = "0.2";
1717
$this->requires = array(
1818
"MantisCore" => "1.2.6",
1919
);

0 commit comments

Comments
 (0)