mirror of
https://github.com/status-im/react-native.git
synced 2025-02-20 13:18:07 +00:00
[0.53.0] Bump version numbers
This commit is contained in:
parent
9b877d6692
commit
f7bd2a333c
@ -16,5 +16,5 @@ exports.version = {
|
||||
major: 0,
|
||||
minor: 53,
|
||||
patch: 0,
|
||||
prerelease: 'rc.1',
|
||||
prerelease: null,
|
||||
};
|
||||
|
@ -13,5 +13,5 @@
|
||||
@"major": @(0), \
|
||||
@"minor": @(53), \
|
||||
@"patch": @(0), \
|
||||
@"prerelease": @"rc.1", \
|
||||
@"prerelease": [NSNull null], \
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION_NAME=0.53.0-rc.1
|
||||
VERSION_NAME=0.53.0
|
||||
GROUP=com.facebook.react
|
||||
|
||||
POM_NAME=ReactNative
|
||||
|
@ -20,5 +20,5 @@ public class ReactNativeVersion {
|
||||
"major", 0,
|
||||
"minor", 53,
|
||||
"patch", 0,
|
||||
"prerelease", "rc.1");
|
||||
"prerelease", null);
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native",
|
||||
"version": "0.53.0-rc.1",
|
||||
"version": "0.53.0",
|
||||
"description": "A framework for building native apps using React",
|
||||
"license": "BSD-3-Clause",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user