[0.60.0-rc.1] Bump version numbers

This commit is contained in:
Lorenzo Sciandra
2019-06-10 12:30:15 +01:00
parent 5ecc87bf3e
commit 06fffc2042
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.60.0-rc.0
VERSION_NAME=0.60.0-rc.1
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 60,
"patch", 0,
"prerelease", "rc.0");
"prerelease", "rc.1");
}