Revert "[0.58.0-rc.3] Bump version numbers"

This reverts commit 22af50ad95.
This commit is contained in:
Mike Grabowski
2019-01-17 16:02:05 +01:00
parent 22af50ad95
commit 9151e0d400
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.58.0-rc.3
VERSION_NAME=0.58.0-rc.2
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 58,
"patch", 0,
"prerelease", "rc.3");
"prerelease", "rc.2");
}