Revert "[0.59.0-rc.0] Bump version numbers"
This reverts commit af6de4e8c8
.
This commit is contained in:
parent
af6de4e8c8
commit
2bc055a227
|
@ -1,17 +1,17 @@
|
|||
/**
|
||||
* @generated by scripts/bump-oss-version.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @format
|
||||
* @generated by scripts/bump-oss-version.js
|
||||
* @flow
|
||||
*/
|
||||
|
||||
exports.version = {
|
||||
major: 0,
|
||||
minor: 59,
|
||||
minor: 0,
|
||||
patch: 0,
|
||||
prerelease: 'rc.0',
|
||||
prerelease: null,
|
||||
};
|
||||
|
|
|
@ -21,9 +21,9 @@ static void __makeVersion()
|
|||
{
|
||||
__rnVersion = @{
|
||||
RCTVersionMajor: @(0),
|
||||
RCTVersionMinor: @(59),
|
||||
RCTVersionMinor: @(0),
|
||||
RCTVersionPatch: @(0),
|
||||
RCTVersionPrerelease: @"rc.0",
|
||||
RCTVersionPrerelease: [NSNull null],
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION_NAME=0.59.0-rc.0
|
||||
VERSION_NAME=1000.0.0-master
|
||||
GROUP=com.facebook.react
|
||||
|
||||
POM_NAME=ReactNative
|
||||
|
|
|
@ -16,7 +16,7 @@ import java.util.Map;
|
|||
public class ReactNativeVersion {
|
||||
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
|
||||
"major", 0,
|
||||
"minor", 59,
|
||||
"minor", 0,
|
||||
"patch", 0,
|
||||
"prerelease", "rc.0");
|
||||
"prerelease", null);
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native",
|
||||
"version": "0.59.0-rc.0",
|
||||
"version": "1000.0.0",
|
||||
"description": "A framework for building native apps using React",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -255,4 +255,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue