Skip to content

Commit 59ce6df

Browse files
committed
Bump version to 2.0.3
VCS Plugin changes - SourceGitweb 2.0.1 - SourceHgWeb 2.0.1
1 parent f2ebffa commit 59ce6df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/MantisSourceBase.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
1919
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
2020
* The framework version is incremented when the plugin's core files change.
2121
*/
22-
const FRAMEWORK_VERSION = '2.0.2';
22+
const FRAMEWORK_VERSION = '2.0.3';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceGitweb/SourceGitweb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceGitwebPlugin extends MantisSourceGitBasePlugin {
1313

14-
const PLUGIN_VERSION = '2.0.0';
14+
const PLUGIN_VERSION = '2.0.1';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1616

1717
public function register() {

SourceHgWeb/SourceHgWeb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class SourceHgWebPlugin extends MantisSourcePlugin {
2121

22-
const PLUGIN_VERSION = '2.0.0';
22+
const PLUGIN_VERSION = '2.0.1';
2323
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
2424

2525
function register() {

0 commit comments

Comments
 (0)