Skip to content

Commit 55dad8d

Browse files
committed
chore(release): bump version to v2.3.4
1 parent 48b2015 commit 55dad8d

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.3.4] - 2023-07-07
8+
9+
- Upgrade to Kotlin 1.9.0
10+
711
## [2.3.3] - 2023-06-30
812

913
- Remove deprecated Kotlin/Native targets. See [kotl.in/native-targets-tiers](https://kotl.in/native-targets-tiers).
@@ -75,7 +79,9 @@ All notable changes to this project will be documented in this file.
7579

7680
Initial release
7781

78-
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.3..develop
82+
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.4..develop
83+
84+
[2.3.4]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.3..v2.3.4
7985

8086
[2.3.3]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..v2.3.3
8187

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.3.3
14+
VERSION_NAME=2.3.4
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)