From cc54de329cbff9b4a2a345ca32f855ecda995cc6 Mon Sep 17 00:00:00 2001 From: Colin White Date: Mon, 7 Feb 2022 16:14:55 -0600 Subject: [PATCH] Prepare next development iteration. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0a772d50ec..1aa1de6fcd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ compileSdk=31 # Maven GROUP=io.coil-kt -VERSION_NAME=2.0.0-alpha08 +VERSION_NAME=2.0.0-SNAPSHOT POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines. POM_INCEPTION_YEAR=2019