diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index ca8573f..e371ea5 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.10'; +$s_plugin_Source_version = '0.11'; $s_plugin_Source_repository = 'Repository'; $s_plugin_Source_repositories = 'Repositories'; diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 39ccf0c..61cc29e 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -34,10 +34,10 @@ $this->name = lang_get( 'plugin_SourceGithub_title' ); $this->description = lang_get( 'plugin_SourceGithub_description' ); - $this->version = '0.1'; + $this->version = '0.11'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.10', + 'Source' => '0.11', ); $this->author = 'John Reese'; diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 096b405..2c969c9 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -20,10 +20,10 @@ $this->name = lang_get( 'plugin_SourceSFSVN_title' ); $this->description = lang_get( 'plugin_SourceSFSVN_description' ); - $this->version = '0.9b'; + $this->version = '0.11'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.10', + 'Source' => '0.11', ); $this->author = 'John Reese'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 197832c..a4d12b4 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 = '0.9b'; + $this->version = '0.11'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.10', + 'Source' => '0.11', ); $this->author = 'John Reese';