From f0d2b16034826757e4c68e5320b7707a8d43a289 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Fri, 29 Sep 2023 20:42:04 -0700 Subject: [PATCH] Set versions to next snapshot --- gradle.properties | 2 +- integration/compose/gradle.properties | 2 +- integration/ktx/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 36eae2c62e..83230c26d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,4 +36,4 @@ TEST_JVM_MEMORY_SIZE=4096M VERSION_MAJOR=5 VERSION_MINOR=0 VERSION_PATCH=0 -VERSION_NAME=5.0.0-rc01 \ No newline at end of file +VERSION_NAME=5.0.0-SNAPSHOT diff --git a/integration/compose/gradle.properties b/integration/compose/gradle.properties index b7dc0b93e3..a114f9e4ce 100644 --- a/integration/compose/gradle.properties +++ b/integration/compose/gradle.properties @@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to integrate with Jetpack Compose VERSION_MAJOR=1 VERSION_MINOR=0 VERSION_PATCH=0 -VERSION_NAME=1.0.0-beta01 +VERSION_NAME=1.0.0-beta02-SNAPSHOT diff --git a/integration/ktx/gradle.properties b/integration/ktx/gradle.properties index 57f30aca92..a0ed6fd785 100644 --- a/integration/ktx/gradle.properties +++ b/integration/ktx/gradle.properties @@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to improve Kotlin interop with Glide VERSION_MAJOR=1 VERSION_MINOR=0 VERSION_PATCH=0 -VERSION_NAME=1.0.0-beta01 +VERSION_NAME=1.0.0-beta02-SNAPSHOT