From 2ef79d1e94bffe0ff645cc7d6e03c43eb0c962f9 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 28 Sep 2018 10:14:29 -0700 Subject: [PATCH] Reenable Flipper snapshot releases Summary: Will reenable the Circle CI job for automatic snapshot publishing. Reviewed By: danielbuechele Differential Revision: D10107227 fbshipit-source-id: 5c76287e71fa2328b4b2d33be14792d2fdb1d209 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0348da5ad..93312f7f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.8.1 +VERSION_NAME=0.8.2-SNAPSHOT GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git