diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index c6bd9b4..f0748f7 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.12a'; +$s_plugin_Source_version = '0.13'; $s_plugin_Source_repository = 'Repository'; $s_plugin_Source_repositories = 'Repositories'; diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 33109c2..f3872a5 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -22,10 +22,10 @@ $this->name = plugin_lang_get( 'title' ); $this->description = plugin_lang_get( 'description' ); - $this->version = '0.12a'; + $this->version = '0.13'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.12a', + 'Source' => '0.13', 'Meta' => '0.1', ); diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index 21491c8..7939e25 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -22,10 +22,10 @@ $this->name = plugin_lang_get( 'title' ); $this->description = plugin_lang_get( 'description' ); - $this->version = '0.12a'; + $this->version = '0.13'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.12a', + 'Source' => '0.13', 'Meta' => '0.1', ); diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 6520f7a..c2d2d2d 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.12a'; + $this->version = '0.13'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.12a', + 'Source' => '0.13', ); $this->author = 'John Reese'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index d123a4d..82f8806 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.12a'; + $this->version = '0.13'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.12a', + 'Source' => '0.13', ); $this->author = 'John Reese';