[0.70.5] Bump version numbers

This commit is contained in:
Distiller
2022-11-06 20:06:48 +00:00
parent 59407a4d34
commit 35fa47b382
8 changed files with 9 additions and 9 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 4,
"patch", 5,
"prerelease", null);
}