From e2f5cb0d0a2001053479282442efe6070bebffdd Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 16 Oct 2024 10:11:06 -0400 Subject: [PATCH] Prepare next development version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1c39a1a..c7a9d9c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ GROUP=app.cash.turbine POM_ARTIFACT_ID=turbine # HEY! If you change the major version here be sure to update release.yaml doc target folder! -VERSION_NAME=1.2.0 +VERSION_NAME=1.3.0-SNAPSHOT SONATYPE_AUTOMATIC_RELEASE=true SONATYPE_HOST=DEFAULT