Revert "[0.61.1] Bump version numbers"

This reverts commit 2577ca5340.
This commit is contained in:
grabbou
2019-09-25 11:25:15 +02:00
parent 2577ca5340
commit b2a7689061
6 changed files with 6 additions and 6 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 61,
"patch", 1,
"patch", 0,
"prerelease", null);
}