Skip to content

Commit 9bc33a3

Browse files
committed
chore(release): bump version to 2.2.1
1 parent e7beaaf commit 9bc33a3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.2.1] - 2022-08-11
8+
79
- Upgrade to Kotlin 1.7.10
810

911
## [2.2.0] - 2022-06-09
@@ -47,7 +49,11 @@ All notable changes to this project will be documented in this file.
4749

4850
Initial release
4951

50-
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..develop
52+
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..develop
53+
54+
[2.2.1]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..v2.2.0
55+
56+
[2.2.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.0..v2.1.0
5157

5258
[2.1.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..v2.0.0
5359

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
99

1010
# Maven publishing
1111
GROUP=com.github.android-password-store
12-
VERSION_NAME=2.2.0
12+
VERSION_NAME=2.2.1
1313
POM_ARTIFACT_ID=sublime-fuzzy
1414
POM_NAME=sublime-fuzzy
1515
POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm

0 commit comments

Comments
 (0)