Skip to content

Commit 4f3fbc4

Browse files
committed
chore(release): bump to v2.2.3
1 parent 6957d3e commit 4f3fbc4

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,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.2.3] - 2022-12-10
8+
9+
- Upgrade to Kotlin 1.7.22
10+
711
## [2.2.2] - 2022-10-11
812

913
- Upgrade to Kotlin 1.7.20
@@ -53,7 +57,9 @@ All notable changes to this project will be documented in this file.
5357

5458
Initial release
5559

56-
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.2..develop
60+
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.3..develop
61+
62+
[2.2.3]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.2..v2.2.3
5763

5864
[2.2.2]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..v2.2.2
5965

gradle.properties

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

1212
# Maven publishing
1313
GROUP=com.github.android-password-store
14-
VERSION_NAME=2.2.2
14+
VERSION_NAME=2.2.3
1515
POM_ARTIFACT_ID=sublime-fuzzy
1616
POM_NAME=sublime-fuzzy
1717
POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm

0 commit comments

Comments
 (0)