diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index b8d8121..f746f26 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.13'; + $this->version = '0.14'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.13', + 'Source' => '0.14', 'Meta' => '0.1', ); diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index 1e518a7..4005db7 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.13'; + $this->version = '0.14'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.13', + 'Source' => '0.14', 'Meta' => '0.1', ); diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 11b2ada..2e2ff1a 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -21,10 +21,10 @@ $this->description = lang_get( 'plugin_SourceSFSVN_description' ); $this->page = 'config_page'; - $this->version = '0.13'; + $this->version = '0.14'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.13', + 'Source' => '0.14', ); $this->author = 'John Reese'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 8908571..d3f056d 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -21,10 +21,10 @@ $this->description = lang_get( 'plugin_SourceWebSVN_description' ); $this->page = 'config_page'; - $this->version = '0.13'; + $this->version = '0.14'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.13', + 'Source' => '0.14', ); $this->author = 'John Reese';