[0.62.2] Bump version numbers

This commit is contained in:
Eloy Durán
2020-04-08 19:01:02 +02:00
parent f89c5098be
commit b9944e54ae
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", 62,
"patch", 1,
"patch", 2,
"prerelease", null);
}