Revert "[0.56.0-rc.2] Bump version numbers"

This reverts commit 55eef9b58f.
This commit is contained in:
Hector Ramos
2018-06-15 10:11:25 -07:00
parent 3fc653e140
commit cf71637a65
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 56,
patch: 0,
prerelease: 'rc.2',
prerelease: 'rc.1',
};
+1 -1
View File
@@ -23,7 +23,7 @@ static void __makeVersion()
RCTVersionMajor: @(0),
RCTVersionMinor: @(56),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.2",
RCTVersionPrerelease: @"rc.1",
};
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.56.0-rc.2
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.2");
"prerelease", "rc.1");
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.56.0-rc.2",
"version": "0.56.0-rc.1",
"description": "A framework for building native apps using React",
"license": "MIT",
"repository": {