From f85a97fa9647e75a3f84138924776da20b99b34d Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Thu, 16 Apr 2026 13:42:11 -0400 Subject: [PATCH] Bump version to 0.0.15-SNAPSHOT Amp-Thread-ID: https://ampcode.com/threads/T-019d96d7-0e27-7579-b264-f93da72fbaa4 Co-authored-by: Amp --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2a69af8..7306563 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx16g kotlin.code.style=official android.useAndroidX=true group=com.squareup.invert -version=0.0.14 +version=0.0.15-SNAPSHOT # https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled