[0.54.0-rc.3] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-02-13 18:11:48 +01:00
parent 03d7b2aa0e
commit 21dd3dd296
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ exports.version = {
major: 0,
minor: 54,
patch: 0,
prerelease: 'rc.0',
prerelease: 'rc.3',
};
+1 -1
View File
@@ -13,5 +13,5 @@
@"major": @(0), \
@"minor": @(54), \
@"patch": @(0), \
@"prerelease": @"rc.0", \
@"prerelease": @"rc.3", \
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.54.0-rc.0
VERSION_NAME=0.54.0-rc.3
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -20,5 +20,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 54,
"patch", 0,
"prerelease", "rc.0");
"prerelease", "rc.3");
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.54.0-rc.0",
"version": "0.54.0-rc.3",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
@@ -224,4 +224,4 @@
"shelljs": "^0.7.8",
"sinon": "^2.2.0"
}
}
}