[0.70.7] Bump version numbers

This commit is contained in:
Distiller
2023-01-31 14:24:48 +00:00
parent 616fca2fd2
commit b177489eb3
8 changed files with 13 additions and 13 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 6,
"patch", 7,
"prerelease", null);
}