[0.68.0-rc.1] Bump version numbers

This commit is contained in:
Distiller
2022-02-03 17:23:36 +00:00
parent 71548ffd69
commit 319e4df458
9 changed files with 577 additions and 534 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.68.0-rc.0
VERSION_NAME=0.68.0-rc.1
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 68,
"patch", 0,
"prerelease", "rc.0");
"prerelease", "rc.1");
}