We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a5f56 commit 9b7f982Copy full SHA for 9b7f982
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+## [2.2.0] - 2022-06-09
8
+
9
+- Upgrade to Kotlin 1.7.0
10
11
## [2.1.0] - 2022-01-17
12
13
- Add Android native targets
gradle.properties
@@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
# Maven publishing
GROUP=com.github.android-password-store
-VERSION_NAME=2.1.0
+VERSION_NAME=2.2.0
POM_ARTIFACT_ID=sublime-fuzzy
14
POM_NAME=sublime-fuzzy
15
POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm
0 commit comments