[0.52.2] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-01-26 11:16:42 +01:00
parent 468309bbae
commit 94c5a3412f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
exports.version = {
major: 0,
minor: 52,
patch: 1,
patch: 2,
prerelease: null,
};
+1 -1
View File
@@ -12,6 +12,6 @@
#define RCT_REACT_NATIVE_VERSION @{ \
@"major": @(0), \
@"minor": @(52), \
@"patch": @(1), \
@"patch": @(2), \
@"prerelease": [NSNull null], \
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.52.1
VERSION_NAME=0.52.2
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", 52,
"patch", 1,
"patch", 2,
"prerelease", null);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.52.1",
"version": "0.52.2",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {