[0.59.0-rc.0] Bump version numbers

This commit is contained in:
Mike Grabowski
2019-02-13 16:37:12 +01:00
parent 977458442c
commit 69e5c2ddc1
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=1000.0.0-master
VERSION_NAME=0.59.0-rc.0
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -16,7 +16,7 @@ import java.util.Map;
public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 0,
"minor", 59,
"patch", 0,
"prerelease", null);
"prerelease", "rc.0");
}