[0.60.0-rc.3] Bump version numbers

This commit is contained in:
Lorenzo Sciandra
2019-06-28 10:49:34 +01:00
parent db1d60fa95
commit 8a43321271
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 60,
patch: 0,
prerelease: 'rc.2',
prerelease: 'rc.3',
};
+1 -1
View File
@@ -23,7 +23,7 @@ static void __makeVersion()
RCTVersionMajor: @(0),
RCTVersionMinor: @(60),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.2",
RCTVersionPrerelease: @"rc.3",
};
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.60.0-rc.2
VERSION_NAME=0.60.0-rc.3
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 60,
"patch", 0,
"prerelease", "rc.2");
"prerelease", "rc.3");
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.60.0-rc.2",
"version": "0.60.0-rc.3",
"bin": "./cli.js",
"description": "A framework for building native apps using React",
"license": "MIT",
+1 -1
View File
@@ -8,7 +8,7 @@
},
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.0-rc.2"
"react-native": "0.60.0-rc.3"
},
"devDependencies": {
"@babel/core": "^7.3.3",