From 28338a8d52f01e2cd7aa0d4636bbd7b2a2731e51 Mon Sep 17 00:00:00 2001 From: Colin White Date: Fri, 23 Feb 2024 12:46:44 -0800 Subject: [PATCH] Prepare 2.6.0. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8d2e143dee..89182059af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true POM_GROUP_ID=io.coil-kt -POM_VERSION=2.6.0-SNAPSHOT +POM_VERSION=2.6.0 POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines. POM_INCEPTION_YEAR=2019