From 0c3370910135cddb7880a391b80597a90af3d9f9 Mon Sep 17 00:00:00 2001 From: David Chang Date: Wed, 19 Aug 2020 14:40:31 -0700 Subject: [PATCH 1/2] Prepare for release 4.0.0-alpha07 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71586209b..66e317ba9 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ allprojects { ext { // POM file GROUP = "com.dropbox.mobile.store" - VERSION_NAME = "4.0.0-SNAPSHOT" + VERSION_NAME = "4.0.0-alpha07" POM_PACKAGING = "pom" POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines" From e82f4e9c638d2e5553e4a3fabab16b9e6e930514 Mon Sep 17 00:00:00 2001 From: David Chang Date: Wed, 19 Aug 2020 14:41:42 -0700 Subject: [PATCH 2/2] Prepare next development version. --- RELEASING.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index e25385d33..de66fe9c7 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -20,4 +20,4 @@ Releasing When we're ready to pin, restore the final step: 10. Update the sample module's `build.gradle` to point to the newly released version. (It may take ~2 hours for artifact to be available after release) - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 66e317ba9..71586209b 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ allprojects { ext { // POM file GROUP = "com.dropbox.mobile.store" - VERSION_NAME = "4.0.0-alpha07" + VERSION_NAME = "4.0.0-SNAPSHOT" POM_PACKAGING = "pom" POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"