From 154e67adbc1ce8f7c6421e003beafe44d32ba534 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 18 Jul 2017 11:40:18 -0700 Subject: [PATCH] Bump to 1.6.1-SNAPSHOT Summary: Set to the next snapshot version so automatic snapshot publishing is reenabled. We need those to keep in sync with the Litho snapshots. Reviewed By: emilsjolander Differential Revision: D5442493 fbshipit-source-id: ecb92071ec8edb9c3c6b625c08f5aad20368d0a3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 62cff707..74914f8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=1.6.0 +VERSION_NAME=1.6.1-SNAPSHOT POM_URL=https://github.com/facebook/yoga POM_SCM_URL=https://github.com/facebook/yoga.git POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git