[0.61.2] Bump version numbers

This commit is contained in:
grabbou
2019-10-02 20:52:46 +02:00
parent 7fd8bac5cd
commit 3a96f4c6c1
7 changed files with 15 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", 2,
"prerelease", null);
}