Skip to content

Commit 49b207e

Browse files
committed
Bump version to 1.2.0
1 parent 51f6fd6 commit 49b207e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

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

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

11-
## [Unreleased]
11+
## [1.2.0] - 2018-09-06
1212

1313
### Added
1414

@@ -53,8 +53,9 @@ specification.
5353
- Initial release
5454

5555

56-
[Unreleased]: https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.1...HEAD
56+
[Unreleased]: https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.2.0...HEAD
5757

58+
[1.2.0]: https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.1...v1.2.0
5859
[1.1.0]: https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.0.1...v1.1
5960
[1.0.1]: https://github.com/mantisbt-plugins/Inline-column-configuration/compare/v1.0...v1.0.1
6061
[1.0.0]: https://github.com/mantisbt-plugins/Inline-column-configuration/commits/v1.0

InlineColumnConfiguration/InlineColumnConfiguration.php

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

24-
$this->version = "1.1";
24+
$this->version = "1.2.0";
2525

2626
if( version_compare( MANTIS_VERSION, '1.3', '<') ) {
2727
# this is version 1.2.x

0 commit comments

Comments
 (0)