[0.50.1] Bump version numbers

This commit is contained in:
James Ide
2017-11-03 17:08:29 -07:00
parent 9b43636198
commit f983624f37
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
exports.version = {
major: 0,
minor: 50,
patch: 0,
patch: 1,
prerelease: null,
};
+1 -1
View File
@@ -12,6 +12,6 @@
#define RCT_REACT_NATIVE_VERSION @{ \
@"major": @(0), \
@"minor": @(50), \
@"patch": @(0), \
@"patch": @(1), \
@"prerelease": [NSNull null], \
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.50.0
VERSION_NAME=0.50.1
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", 0,
"patch", 1,
"prerelease", null);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.50.0",
"version": "0.50.1",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {