Skip to content

Commit 83f2c6f

Browse files
committed
Bump version to 2.2.4
1 parent 689beda commit 83f2c6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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+
## [2.2.4] - 2018-03-18
1212

1313
### Fixed
1414

@@ -214,8 +214,9 @@ specification.
214214
- Initial release
215215

216216

217-
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.3...HEAD
217+
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.4...HEAD
218218

219+
[2.2.4]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.3...v2.2.4
219220
[2.2.3]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.2...v2.2.3
220221
[2.2.2]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.1...v2.2.2
221222
[2.2.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.0...v2.2.1

Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Licensed under the MIT license
66

77
class SnippetsPlugin extends MantisPlugin {
8-
const VERSION = '2.2.3';
8+
const VERSION = '2.2.4';
99

1010
public function register() {
1111
$this->name = plugin_lang_get("name");

0 commit comments

Comments
 (0)