Skip to content

Commit

Permalink
[0.48.0-rc.1] Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
shergin authored and grabbou committed Aug 16, 2017
1 parent 96b32d7 commit ab64f7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
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.48.0-rc.0
VERSION_NAME=0.48.0-rc.1
GROUP=com.facebook.react

POM_NAME=ReactNative
Expand Down
9 changes: 0 additions & 9 deletions blog/2016-12-05-easier-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,7 @@ All we need now is to apply this patch to your source files. While the old `reac
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
<<<<<<< ours
CODE_SIGN_IDENTITY = "iPhone Developer";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/HockeySDK.embeddedframework",
"$(PROJECT_DIR)/HockeySDK-iOS/HockeySDK.embeddedframework",
);
=======
CURRENT_PROJECT_VERSION = 1;
>>>>>>> theirs
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
Expand Down
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.48.0-rc.0",
"version": "0.48.0-rc.1",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit ab64f7b

Please sign in to comment.