[0.70.0-rc.1] Bump version numbers

This commit is contained in:
Distiller
2022-07-28 13:01:01 +00:00
parent 5fc88e95b5
commit a8bb3d3f20
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.70.0-rc.0
VERSION_NAME=0.70.0-rc.1
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 70,
"patch", 0,
"prerelease", "rc.0");
"prerelease", "rc.1");
}