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

This reverts commit bc28eee87f.
This commit is contained in:
grabbou
2019-08-27 16:16:31 +02:00
parent bc28eee87f
commit eded25d532
6 changed files with 15 additions and 15 deletions
@@ -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", 61,
"minor", 0,
"patch", 0,
"prerelease", "rc.0");
"prerelease", null);
}