Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
VCS Plugin changes
- SourceGitweb 2.0.1
- SourceHgWeb 2.0.1
  • Loading branch information
dregad committed May 28, 2017
1 parent f2ebffa commit 59ce6df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/MantisSourceBase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
* The framework version is incremented when the plugin's core files change.
*/
const FRAMEWORK_VERSION = '2.0.2';
const FRAMEWORK_VERSION = '2.0.3';

/**
* Minimum required MantisBT version.
Expand Down
2 changes: 1 addition & 1 deletion SourceGitweb/SourceGitweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SourceGitwebPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.0.0';
const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';

public function register() {
Expand Down
2 changes: 1 addition & 1 deletion SourceHgWeb/SourceHgWeb.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class SourceHgWebPlugin extends MantisSourcePlugin {

const PLUGIN_VERSION = '2.0.0';
const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';

function register() {
Expand Down

0 comments on commit 59ce6df

Please sign in to comment.