diff --git a/java/build.gradle b/java/build.gradle index 4578bdb9..28ac9f0f 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'maven-publish' targetCompatibility = '1.7' sourceCompatibility = '1.7' -version = '1.4.1' +version = '1.4.2' group = 'com.facebook.yoga' // We currently build the native libraries with buck and bundle them together