Skip to content

Commit

Permalink
Release 0.35.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Oct 6, 2020
1 parent dfb1012 commit 50d4c20
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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://api2.branch.io";
NSString * const BNC_API_VERSION = @"v1";
NSString * const BNC_LINK_URL = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION = @"0.35.0";
NSString * const BNC_SDK_VERSION = @"0.35.1";
4 changes: 2 additions & 2 deletions Branch-TestBed/Framework-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.33.1</string>
<string>0.35.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.33.1</string>
<string>0.35.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
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.35.0"
s.version = "0.35.1"
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
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Branch iOS SDK Change Log

v0.35.1
October 6, 2020

INTENG-11208
Bug fix. It is possible to block all network calls if the user never opts in. This leads to link resolution reliability issues.

v0.35.0
August 24, 2020

Expand Down
Binary file modified carthage-files/output/Branch-static/Branch-static.zip
Binary file not shown.
Binary file modified carthage-files/output/Branch-tvOS/Branch-tvOS.zip
Binary file not shown.
Binary file modified carthage-files/output/Branch/Branch.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions carthage-files/output/checksum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#checksum for Branch.zip on Github
1b085b315d3bdb689e7b165502ad75530ae43ff9 Branch/Branch.zip
573d494d4eb929ddc0a062934fad68c95cd31465 Branch/Branch.zip
#checksum for Branch-static.zip on Github
1ed4593f0c0d76e70950a8d554533e0d6701f0b6 Branch-static/Branch-static.zip
89c3c44dbd0ef7161cc125dc49527d30aa0dc3ad Branch-static/Branch-static.zip
#checksum for Branch-tvOS.zip on Github
07e4186a095fd107fc0ddca86810b11b1ca487c8 Branch-tvOS/Branch-tvOS.zip
198fa646539199619562c03b6e0559b95a910ca6 Branch-tvOS/Branch-tvOS.zip
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.35.0
version=0.35.1

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

0 comments on commit 50d4c20

Please sign in to comment.