[0.70.6] Bump version numbers

This commit is contained in:
Distiller
2022-11-15 14:38:31 +00:00
parent ef29c9b608
commit 02a388f050
8 changed files with 8 additions and 8 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 5,
"patch", 6,
"prerelease", null);
}