[0.70.4] Bump version numbers

This commit is contained in:
Distiller
2022-10-25 14:20:44 +00:00
parent f5ebb692ab
commit 54e666205b
7 changed files with 8 additions and 12 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 3,
"patch", 4,
"prerelease", null);
}