Revert "[0.60.0-rc.0] Bump version numbers"

This reverts commit edb749f283.
This commit is contained in:
Héctor Ramos
2019-05-28 07:39:11 -07:00
parent edb749f283
commit ea460d6d3e
7 changed files with 23 additions and 61 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.60.0-rc.0
VERSION_NAME=1000.0.0-master
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", 60,
"minor", 0,
"patch", 0,
"prerelease", "rc.0");
"prerelease", null);
}