From 954006dea6188094cc308a3b699816d07f3c9439 Mon Sep 17 00:00:00 2001 From: Colin White Date: Mon, 4 Nov 2024 14:12:37 -0800 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 fc7253bd7..30a502e62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,7 +30,7 @@ SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true POM_GROUP_ID=io.coil-kt.coil3 -POM_VERSION=3.0.0 +POM_VERSION=3.1.0-SNAPSHOT POM_DESCRIPTION=An image loading library for Android and Compose Multiplatform. POM_INCEPTION_YEAR=2019