From 47d28c9b53ba63dccb3c1da3a0d3f72660f5f312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fred=20Porciu=CC=81ncula?= Date: Tue, 16 Nov 2021 23:02:24 +0100 Subject: [PATCH] Prepare for release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0784bb4..9c2df3d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ kotlin.code.style=official # POM GROUP=com.fredporciuncula POM_ARTIFACT_ID=flow-preferences -VERSION_NAME=1.6.0-SNAPSHOT +VERSION_NAME=1.6.0 POM_NAME=Flow Preferences POM_DESCRIPTION=Kotlin Flow version of rx-preferences -- Coroutines support for Android SharedPreferences