Skip to content

Commit bea7b27

Browse files
committed
Bump version to 1.4.1
VCS plugin changes: - SourceGithub 1.3.2
1 parent 8baf96b commit bea7b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/MantisSourceBase.class.php

Lines changed: 1 addition & 1 deletion
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 file change.
2121
*/
22-
const FRAMEWORK_VERSION = '1.4.0';
22+
const FRAMEWORK_VERSION = '1.4.1';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceGithub/SourceGithub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceGithubPlugin extends MantisSourcePlugin {
1313

14-
const PLUGIN_VERSION = '1.3.1';
14+
const PLUGIN_VERSION = '1.3.2';
1515
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
1616

1717
const ERROR_INVALID_PRIMARY_BRANCH = 'invalid_branch';

0 commit comments

Comments
 (0)