[0.70.3] Bump version numbers

This commit is contained in:
Distiller
2022-10-12 13:15:51 +00:00
parent fe8f0fb09f
commit 917e97b996
7 changed files with 7 additions and 7 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 2,
"patch", 3,
"prerelease", null);
}