[0.53.0] Bump version numbers

This commit is contained in:
Mike Grabowski 2018-02-05 15:07:44 +01:00
parent 9b877d6692
commit f7bd2a333c
5 changed files with 5 additions and 5 deletions

View File

@ -16,5 +16,5 @@ exports.version = {
major: 0, major: 0,
minor: 53, minor: 53,
patch: 0, patch: 0,
prerelease: 'rc.1', prerelease: null,
}; };

View File

@ -13,5 +13,5 @@
@"major": @(0), \ @"major": @(0), \
@"minor": @(53), \ @"minor": @(53), \
@"patch": @(0), \ @"patch": @(0), \
@"prerelease": @"rc.1", \ @"prerelease": [NSNull null], \
} }

View File

@ -1,4 +1,4 @@
VERSION_NAME=0.53.0-rc.1 VERSION_NAME=0.53.0
GROUP=com.facebook.react GROUP=com.facebook.react
POM_NAME=ReactNative POM_NAME=ReactNative

View File

@ -20,5 +20,5 @@ public class ReactNativeVersion {
"major", 0, "major", 0,
"minor", 53, "minor", 53,
"patch", 0, "patch", 0,
"prerelease", "rc.1"); "prerelease", null);
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "react-native", "name": "react-native",
"version": "0.53.0-rc.1", "version": "0.53.0",
"description": "A framework for building native apps using React", "description": "A framework for building native apps using React",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"repository": { "repository": {