diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index e0f81cd..e3f0355 100755 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -14,10 +14,10 @@ $this->name = plugin_lang_get( 'title' ); $this->description = plugin_lang_get( 'description' ); - $this->version = '0.18'; + $this->version = '1.3.0'; $this->requires = array( - 'MantisCore' => '1.2.16', - 'Source' => '0.18', + 'MantisCore' => '1.3.0', + 'Source' => '1.3.0', ); $this->author = 'John Reese';