Skip to content

Commit d7a51ff

Browse files
committed
Bump version to 2.0.0
1 parent b711b54 commit d7a51ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ specification.
88

99
--------------------------------------------------------------------------------
1010

11-
## [Unreleased]
11+
## [2.0.0] - 2022-05-08
1212

1313
### Added
1414

@@ -66,7 +66,6 @@ specification.
6666
- Initial release
6767

6868

69-
[Unreleased]: https://github.com/mantisbt-plugins/LinkedCustomFields/compare/v1.0.1...master
70-
69+
[2.0.0]: https://github.com/mantisbt-plugins/LinkedCustomFields/compare/v1.0.1...2.0.0
7170
[1.0.1]: https://github.com/mantisbt-plugins/LinkedCustomFields/compare/v1.0.0...v1.0.1
7271
[1.0]: https://github.com/mantisbt-plugins/LinkedCustomFields/compare/1b2a1482f931ae21b5cdad7e710b8c8a574b3915...v1.0.0

LinkedCustomFields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function register() {
3131
$this->name = plugin_lang_get( "title" );
3232
$this->description = plugin_lang_get( "description" );
3333

34-
$this->version = "2.0.0-dev";
34+
$this->version = "2.0.0";
3535
$this->requires = array(
3636
"MantisCore" => "2.3.0",
3737
);

0 commit comments

Comments
 (0)