[0.50.3] Bump version numbers

This commit is contained in:
Mike Grabowski
2017-11-08 13:18:03 +01:00
parent 064ca3c279
commit 796918c94e
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
exports.version = {
major: 0,
minor: 50,
patch: 2,
patch: 3,
prerelease: null,
};
+1 -1
View File
@@ -12,6 +12,6 @@
#define RCT_REACT_NATIVE_VERSION @{ \
@"major": @(0), \
@"minor": @(50), \
@"patch": @(2), \
@"patch": @(3), \
@"prerelease": [NSNull null], \
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.50.2
VERSION_NAME=0.50.3
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -19,6 +19,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 50,
"patch", 2,
"patch", 3,
"prerelease", null);
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.50.2",
"version": "0.50.3",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
@@ -206,4 +206,4 @@
"shelljs": "^0.7.8",
"sinon": "^2.2.0"
}
}
}