[0.49.4] Bump version numbers

This commit is contained in:
Mike Grabowski
2017-10-13 08:53:48 +02:00
parent 4555b06ffd
commit ee68b113ff
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
exports.version = {
major: 0,
minor: 49,
patch: 3,
patch: 4,
prerelease: null,
};
+1 -1
View File
@@ -12,6 +12,6 @@
#define REACT_NATIVE_VERSION @{ \
@"major": @(0), \
@"minor": @(49), \
@"patch": @(3), \
@"patch": @(4), \
@"prerelease": [NSNull null], \
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.49.3
VERSION_NAME=0.49.4
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", 49,
"patch", 3,
"patch", 4,
"prerelease", null);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.49.3",
"version": "0.49.4",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {