diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 26ccf95..34de07b 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.9a'; + $this->version = '0.9b'; $this->requires = array( 'MantisCore' => '1.2.0', - 'Source' => '0.9a', + 'Source' => '0.9b', ); $this->author = 'John Reese';