[0.53.0-rc.0] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-01-10 18:02:02 +01:00
parent 49cbca7464
commit 0b996577e3
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=1000.0.0-master
VERSION_NAME=0.53.0-rc.0
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,7 +18,7 @@ import java.util.Map;
public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 0,
"minor", 53,
"patch", 0,
"prerelease", null);
"prerelease", "rc.0");
}