From b6d8089f29e2b8fec300d674f34f1ef4ff5db234 Mon Sep 17 00:00:00 2001 From: Edward Smith Date: Wed, 12 Jul 2017 16:33:22 -0700 Subject: [PATCH] Updated the version and change log. --- Branch-SDK/Branch-SDK/BNCConfig.m | 2 +- Branch.podspec | 2 +- ChangeLog.md | 8 ++++++++ carthage-files/Info.plist | 4 ++-- scripts/version | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Branch-SDK/Branch-SDK/BNCConfig.m b/Branch-SDK/Branch-SDK/BNCConfig.m index bb26a0b93..b8dab2d11 100644 --- a/Branch-SDK/Branch-SDK/BNCConfig.m +++ b/Branch-SDK/Branch-SDK/BNCConfig.m @@ -11,4 +11,4 @@ NSString * const BNC_API_BASE_URL = @"https://api.branch.io"; NSString * const BNC_API_VERSION = @"v1"; NSString * const BNC_LINK_URL = @"https://bnc.lt"; -NSString * const BNC_SDK_VERSION = @"0.16.1"; +NSString * const BNC_SDK_VERSION = @"0.16.2"; diff --git a/Branch.podspec b/Branch.podspec index 9cf4b01bf..5c5c4f429 100644 --- a/Branch.podspec +++ b/Branch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Branch" - s.version = "0.16.1" + s.version = "0.16.2" s.summary = "Create an HTTP URL for any piece of content in your app" s.description = <<-DESC - Want the highest possible conversions on your sharing feature? diff --git a/ChangeLog.md b/ChangeLog.md index 7aed47fbd..706877767 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ Branch iOS SDK Change Log +- v0.16.2 + * *Master Release* - July 13, 2017 + * Decoupled logic for determining app language and app country code. + * Updated the project for Xcode 9 beta and iOS 11 beta. + * Removed the dependency on the CoreTelephony framework. + * Fixed an occasional crash when retrieving country code and language. + * Made SafariServices an optional CocoaPod podspec. + - v0.16.1 * *QA Release* - July 5, 2017 * Added a new method to the API for registering a deep link controller. The API adds presentation diff --git a/carthage-files/Info.plist b/carthage-files/Info.plist index 823cc1e75..50941b36d 100644 --- a/carthage-files/Info.plist +++ b/carthage-files/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.16.1 + 0.16.2 CFBundleSignature ???? CFBundleVersion - 0.16.1 + 0.16.2 NSPrincipalClass diff --git a/scripts/version b/scripts/version index ab0101b5e..5b38bfd8e 100755 --- a/scripts/version +++ b/scripts/version @@ -31,7 +31,7 @@ Options: USAGE } -version=0.16.1 +version=0.16.2 if (( $# == 0 )); then echo $version