[0.59.0-rc.3] Bump version numbers

This commit is contained in:
Mike Grabowski 2019-02-27 22:21:55 +01:00
parent 52cdb7cf26
commit 9cb4d3f2c1
5 changed files with 6 additions and 6 deletions

View File

@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 59,
patch: 0,
prerelease: 'rc.2',
prerelease: 'rc.3',
};

View File

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

View File

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

View File

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

View File

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