diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index 92104a3..81661a2 100644 --- a/Source/lang/strings_english.txt +++ b/Source/lang/strings_english.txt @@ -14,7 +14,7 @@ $s_plugin_Source_ = ''; $s_plugin_Source_title = 'Source Control Integration'; $s_plugin_Source_description = 'Source control integration using an abstract API to support any source control software.'; -$s_plugin_Source_version = '0.1'; +$s_plugin_Source_version = '0.9'; $s_plugin_Source_repository = 'Repository'; $s_plugin_Source_repositories = 'Repositories'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index d1e1c95..386bc5c 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -20,10 +20,10 @@ $this->name = lang_get( 'plugin_SourceWebSVN_title' ); $this->description = lang_get( 'plugin_SourceWebSVN_description' ); - $this->version = '1.0'; + $this->version = '0.9'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.1', + 'Source' => '0.9', ); $this->author = 'John Reese';