[0.70.2] Bump version numbers

This commit is contained in:
Distiller
2022-10-04 09:34:54 +00:00
parent 13a2b117be
commit b9c297537a
9 changed files with 40 additions and 15 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 1,
"patch", 2,
"prerelease", null);
}