[0.57.0-rc.4] Bump version numbers

This commit is contained in:
Hector Ramos
2018-09-06 16:13:03 -07:00
parent fd2db95481
commit 8402c97f83
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 57,
patch: 0,
prerelease: 'rc.3',
prerelease: 'rc.4',
};
+1 -1
View File
@@ -23,7 +23,7 @@ static void __makeVersion()
RCTVersionMajor: @(0),
RCTVersionMinor: @(57),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.3",
RCTVersionPrerelease: @"rc.4",
};
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.57.0-rc.3
VERSION_NAME=0.57.0-rc.4
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 57,
"patch", 0,
"prerelease", "rc.3");
"prerelease", "rc.4");
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.57.0-rc.3",
"version": "0.57.0-rc.4",
"description": "A framework for building native apps using React",
"license": "MIT",
"repository": {