Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceHgWeb 2.1.1
- SourceSVN 2.1.0
  • Loading branch information
dregad committed Apr 9, 2018
1 parent 6e9f71d commit 9edd313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0';
const FRAMEWORK_VERSION = '2.1.1';

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

class SourceSVNPlugin extends MantisSourcePlugin {

const PLUGIN_VERSION = '2.1.0';
const PLUGIN_VERSION = '2.1.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';

/**
Expand Down

0 comments on commit 9edd313

Please sign in to comment.