[0.48.0-rc.1] Bump version numbers

This commit is contained in:
Valentin Shergin
2017-08-16 15:14:05 +02:00
committed by Mike Grabowski
parent 96b32d7be8
commit ab64f7b9e8
3 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -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
-9
View File
@@ -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,
+1 -1
View File
@@ -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": {