[0.55.0-rc.2] Bump version numbers

This commit is contained in:
Mike Grabowski 2018-03-28 19:12:20 +02:00
parent 093a78d99d
commit c70578ab76
5 changed files with 5 additions and 5 deletions

View File

@ -14,5 +14,5 @@ exports.version = {
major: 0,
minor: 55,
patch: 0,
prerelease: 'rc.1',
prerelease: 'rc.2',
};

View File

@ -23,7 +23,7 @@ static void __makeVersion()
RCTVersionMajor: @(0),
RCTVersionMinor: @(55),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.1",
RCTVersionPrerelease: @"rc.2",
};
}

View File

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

View File

@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 55,
"patch", 0,
"prerelease", "rc.1");
"prerelease", "rc.2");
}

View File

@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.55.0-rc.1",
"version": "0.55.0-rc.2",
"description": "A framework for building native apps using React",
"license": "MIT",
"repository": {