[0.61.3] Bump version numbers

This commit is contained in:
grabbou
2019-10-29 11:27:42 +01:00
parent 55ee65df02
commit 7fa3eef2a1
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", 2,
"patch", 3,
"prerelease", null);
}