diff --git a/Branch-SDK/BNCConfig.m b/Branch-SDK/BNCConfig.m index d5602dcff..9a6ae8d92 100644 --- a/Branch-SDK/BNCConfig.m +++ b/Branch-SDK/BNCConfig.m @@ -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"; diff --git a/Branch-TestBed/Framework-Info.plist b/Branch-TestBed/Framework-Info.plist index 88bf2b866..90efdc62e 100644 --- a/Branch-TestBed/Framework-Info.plist +++ b/Branch-TestBed/Framework-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.33.1 + 0.35.1 CFBundleSignature ???? CFBundleVersion - 0.33.1 + 0.35.1 LSRequiresIPhoneOS NSHumanReadableCopyright diff --git a/Branch.podspec b/Branch.podspec index 167abe0ff..dd4615a89 100644 --- a/Branch.podspec +++ b/Branch.podspec @@ -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? diff --git a/ChangeLog.md b/ChangeLog.md index 9b0e45816..15691be9a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/carthage-files/output/Branch-static/Branch-static.zip b/carthage-files/output/Branch-static/Branch-static.zip index 2d4fd79c6..93e00652d 100644 Binary files a/carthage-files/output/Branch-static/Branch-static.zip and b/carthage-files/output/Branch-static/Branch-static.zip differ diff --git a/carthage-files/output/Branch-tvOS/Branch-tvOS.zip b/carthage-files/output/Branch-tvOS/Branch-tvOS.zip index 5e39fdd91..1dcdb3dcb 100644 Binary files a/carthage-files/output/Branch-tvOS/Branch-tvOS.zip and b/carthage-files/output/Branch-tvOS/Branch-tvOS.zip differ diff --git a/carthage-files/output/Branch/Branch.zip b/carthage-files/output/Branch/Branch.zip index 57934e2d7..7d9c263af 100644 Binary files a/carthage-files/output/Branch/Branch.zip and b/carthage-files/output/Branch/Branch.zip differ diff --git a/carthage-files/output/checksum b/carthage-files/output/checksum index 2535916a4..7fc6474eb 100644 --- a/carthage-files/output/checksum +++ b/carthage-files/output/checksum @@ -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 diff --git a/scripts/version b/scripts/version index 0e602587f..8f64bf947 100755 --- a/scripts/version +++ b/scripts/version @@ -31,7 +31,7 @@ Options: USAGE } -version=0.35.0 +version=0.35.1 if (( $# == 0 )); then echo $version