Skip to content

Commit 0785f86

Browse files
committed
Bump version to 2.2.1
1 parent 804bc56 commit 0785f86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

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

11-
## [Unreleased]
11+
## [2.2.1] - 2018-01-31
1212

1313
### Fixed
1414

@@ -190,9 +190,9 @@ specification.
190190
- Initial release
191191

192192

193-
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.0...HEAD
193+
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.1...HEAD
194194

195-
[2.2.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.1.0...v2.2.0
195+
[2.2.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.2.0...v2.2.1
196196
[2.2.0]: https://github.com/mantisbt-plugins/snippets/compare/v2.1.0...v2.2.0
197197
[2.1.0]: https://github.com/mantisbt-plugins/snippets/compare/v2.0.0...v2.1.0
198198
[2.0.0]: https://github.com/mantisbt-plugins/snippets/compare/v1.2.0...v2.0.0

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.0';
8+
const VERSION = '2.2.1';
99

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

0 commit comments

Comments
 (0)