[0.70.1] Bump version numbers

This commit is contained in:
Distiller
2022-09-15 15:23:57 +00:00
parent e33633644c
commit a54ba33305
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", 0,
"patch", 1,
"prerelease", null);
}