[0.60.0-rc.1] Bump version numbers

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