mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 22:58:19 +00:00
[0.59.0-rc.1] Bump version numbers
This commit is contained in:
parent
4cb1646703
commit
199de26f42
@ -13,5 +13,5 @@ exports.version = {
|
|||||||
major: 0,
|
major: 0,
|
||||||
minor: 59,
|
minor: 59,
|
||||||
patch: 0,
|
patch: 0,
|
||||||
prerelease: 'rc.0',
|
prerelease: 'rc.1',
|
||||||
};
|
};
|
||||||
|
@ -23,7 +23,7 @@ static void __makeVersion()
|
|||||||
RCTVersionMajor: @(0),
|
RCTVersionMajor: @(0),
|
||||||
RCTVersionMinor: @(59),
|
RCTVersionMinor: @(59),
|
||||||
RCTVersionPatch: @(0),
|
RCTVersionPatch: @(0),
|
||||||
RCTVersionPrerelease: @"rc.0",
|
RCTVersionPrerelease: @"rc.1",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VERSION_NAME=0.59.0-rc.0
|
VERSION_NAME=0.59.0-rc.1
|
||||||
GROUP=com.facebook.react
|
GROUP=com.facebook.react
|
||||||
|
|
||||||
POM_NAME=ReactNative
|
POM_NAME=ReactNative
|
||||||
|
@ -18,5 +18,5 @@ public class ReactNativeVersion {
|
|||||||
"major", 0,
|
"major", 0,
|
||||||
"minor", 59,
|
"minor", 59,
|
||||||
"patch", 0,
|
"patch", 0,
|
||||||
"prerelease", "rc.0");
|
"prerelease", "rc.1");
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native",
|
"name": "react-native",
|
||||||
"version": "0.59.0-rc.0",
|
"version": "0.59.0-rc.1",
|
||||||
"description": "A framework for building native apps using React",
|
"description": "A framework for building native apps using React",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user