[0.64.0-rc.4] Bump version numbers

This commit is contained in:
Mike Grabowski
2021-03-01 20:37:57 +01:00
parent 48a97d766d
commit 1aa4f47e2f
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.64.0-rc.3
VERSION_NAME=0.64.0-rc.4
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 64,
"patch", 0,
"prerelease", "rc.3");
"prerelease", "rc.4");
}