From 1929395f9eb55bb786774fe5253a2b5e203abbfa Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 11 Jan 2022 16:07:39 +0530 Subject: [PATCH] chore(release): release 2.0.0 stable --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d528c6b..bcbe545 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-alpha03 +VERSION_NAME=2.0.0 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm