From 97f4576eef99f7ed32ce6c236507a82cd89f81f8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 10 Feb 2023 09:37:18 +0530 Subject: [PATCH] chore(release): bump version --- CHANGELOG.md | 8 +++++++- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5b094..f6da030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.3.1] - 2023-02-10 + +- Upgrade to Kotlin 1.8.10 + ## [2.3.0] - 2022-12-29 - 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. Initial release -[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.0..develop +[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.1..develop + +[2.3.1]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.0..v2.3.1 [2.3.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.3..v2.3.0 diff --git a/gradle.properties b/gradle.properties index 420f4cb..e33304c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ kotlin.native.ignoreDisabledTargets=true # Maven publishing GROUP=com.github.android-password-store -VERSION_NAME=2.3.0 +VERSION_NAME=2.3.1 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm