Skip to content

Commit 97f4576

Browse files
committed
chore(release): bump version
1 parent 92644cc commit 97f4576

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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.3.1] - 2023-02-10
8+
9+
- Upgrade to Kotlin 1.8.10
10+
711
## [2.3.0] - 2022-12-29
812

913
- Upgrade to Kotlin 1.8.0. The Kotlin JS artifact now only supports IR.
@@ -61,7 +65,9 @@ All notable changes to this project will be documented in this file.
6165

6266
Initial release
6367

64-
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.0..develop
68+
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.1..develop
69+
70+
[2.3.1]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.0..v2.3.1
6571

6672
[2.3.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.3..v2.3.0
6773

gradle.properties

Lines changed: 1 addition & 1 deletion
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.3.0
14+
VERSION_NAME=2.3.1
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)