[0.60.0] Bump version numbers

This commit is contained in:
Lorenzo Sciandra
2019-07-03 13:54:51 +01:00
parent 35aeb8c027
commit 769e35ba5f
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.60.0-rc.3
VERSION_NAME=0.60.0
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 60,
"patch", 0,
"prerelease", "rc.3");
"prerelease", null);
}