[0.51.0-rc.0] Bump version numbers

This commit is contained in:
Mike Grabowski
2017-11-03 17:50:06 +01:00
parent 2546c95ac8
commit 7f4fe158a2
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
exports.version = {
major: 0,
minor: 0,
minor: 51,
patch: 0,
prerelease: null,
prerelease: 'rc.0',
};
+2 -2
View File
@@ -11,7 +11,7 @@
#define RCT_REACT_NATIVE_VERSION @{ \
@"major": @(0), \
@"minor": @(0), \
@"minor": @(51), \
@"patch": @(0), \
@"prerelease": [NSNull null], \
@"prerelease": @"rc.0", \
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=1000.0.0-master
VERSION_NAME=0.51.0-rc.0
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,7 +18,7 @@ import java.util.Map;
public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 0,
"minor", 51,
"patch", 0,
"prerelease", null);
"prerelease", "rc.0");
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "1000.0.0",
"version": "0.51.0-rc.0",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
@@ -207,4 +207,4 @@
"shelljs": "^0.7.8",
"sinon": "^2.2.0"
}
}
}