Skip to content

Commit

Permalink
[0.54.0-rc.0] Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Feb 12, 2018
1 parent 829f675 commit 49e35bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Libraries/Core/ReactNativeVersion.js
Expand Up @@ -16,5 +16,5 @@ exports.version = {
major: 0,
minor: 54,
patch: 0,
prerelease: 'rc.2',
prerelease: 'rc.0',
};
2 changes: 1 addition & 1 deletion React/Base/RCTVersion.h
Expand Up @@ -13,5 +13,5 @@
@"major": @(0), \
@"minor": @(54), \
@"patch": @(0), \
@"prerelease": @"rc.2", \
@"prerelease": @"rc.0", \
}
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=0.54.0-rc.2
VERSION_NAME=0.54.0-rc.0
GROUP=com.facebook.react

POM_NAME=ReactNative
Expand Down
Expand Up @@ -20,5 +20,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 54,
"patch", 0,
"prerelease", "rc.2");
"prerelease", "rc.0");
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.54.0-rc.2",
"version": "0.54.0-rc.0",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
Expand Down Expand Up @@ -224,4 +224,4 @@
"shelljs": "^0.7.8",
"sinon": "^2.2.0"
}
}
}

0 comments on commit 49e35bd

Please sign in to comment.