From 6098153192cc0c2fc49ae5e8cbda261a6addd01d Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 17 May 2022 08:19:19 +0530 Subject: [PATCH] chore(release): release 2.1.0 stable --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bcbe545..2e32627 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true # Maven publishing GROUP=com.github.android-password-store -VERSION_NAME=2.0.0 +VERSION_NAME=2.1.0 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm