Skip to content

Commit

Permalink
Updated the version and change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Jul 12, 2017
1 parent aefa98a commit b6d8089
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -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";
2 changes: 1 addition & 1 deletion Branch.podspec
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions carthage-files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.16.1</string>
<string>0.16.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.16.1</string>
<string>0.16.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Options:
USAGE
}

version=0.16.1
version=0.16.2

if (( $# == 0 )); then
echo $version
Expand Down

0 comments on commit b6d8089

Please sign in to comment.