[0.54.0-rc.2] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-02-12 17:38:28 +01:00
parent b58d848d9c
commit 829f675b8b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.54.0-rc.0
VERSION_NAME=0.54.0-rc.2
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -20,5 +20,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 54,
"patch", 0,
"prerelease", "rc.0");
"prerelease", "rc.2");
}