File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55# Licensed under the MIT license
66
77class 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 " );
You can’t perform that action at this time.
0 commit comments