[0.64.0-rc.2] Bump version numbers

This commit is contained in:
Mike Grabowski
2020-12-18 18:01:59 +01:00
parent 4481d09865
commit 1eb7d4aef7
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.64.0-rc.1
VERSION_NAME=0.64.0-rc.2
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 64,
"patch", 0,
"prerelease", "rc.1");
"prerelease", "rc.2");
}