Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.53 stable #18016

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[0.53.0-rc.1] Bump version numbers
  • Loading branch information
ide authored and grabbou committed Jan 18, 2018
commit 997bfb50e18529483947c34a2924ac18ff233ba9
2 changes: 1 addition & 1 deletion Libraries/Core/ReactNativeVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ exports.version = {
major: 0,
minor: 53,
patch: 0,
prerelease: 'rc.0',
prerelease: 'rc.1',
};
2 changes: 1 addition & 1 deletion React/Base/RCTVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
@"major": @(0), \
@"minor": @(53), \
@"patch": @(0), \
@"prerelease": @"rc.0", \
@"prerelease": @"rc.1", \
}
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.53.0-rc.0
VERSION_NAME=0.53.0-rc.1
GROUP=com.facebook.react

POM_NAME=ReactNative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 53,
"patch", 0,
"prerelease", "rc.0");
"prerelease", "rc.1");
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.53.0-rc.0",
"version": "0.53.0-rc.1",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
Expand Down