[0.56.0-rc.1] Bump version numbers

This commit is contained in:
Hector Ramos
2018-06-13 13:03:08 -07:00
parent 579eb3f9fe
commit e07bbbe24d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.56.0-rc
VERSION_NAME=0.56.0-rc.1
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 56,
"patch", 0,
"prerelease", "rc");
"prerelease", "rc.1");
}