diff --git a/gradle.properties b/gradle.properties index 3444b14b82..36eae2c62e 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-SNAPSHOT \ No newline at end of file +VERSION_NAME=5.0.0-rc01 \ No newline at end of file diff --git a/integration/compose/gradle.properties b/integration/compose/gradle.properties index 01c4b2bc2c..b7dc0b93e3 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-beta1-SNAPSHOT +VERSION_NAME=1.0.0-beta01 diff --git a/integration/ktx/gradle.properties b/integration/ktx/gradle.properties index d486de19cb..57f30aca92 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-beta1-SNAPSHOT +VERSION_NAME=1.0.0-beta01