Skip to content

Commit 746dd37

Browse files
Merge pull request #1187 from BranchMetrics/Release-1.43.1
Release v1.43.1
2 parents 5d0ee74 + e543588 commit 746dd37

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
1212
NSString * const BNC_API_VERSION = @"v1";
1313
NSString * const BNC_LINK_URL = @"https://bnc.lt";
14-
NSString * const BNC_SDK_VERSION = @"1.43.0";
14+
NSString * const BNC_SDK_VERSION = @"1.43.1";
0 Bytes
Binary file not shown.

Branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Branch"
3-
s.version = "1.43.0"
3+
s.version = "1.43.1"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Branch iOS SDK Change Log
22

3+
v.1.43.1
4+
- SDK-1461 Updates to GBRAID handling
5+
- Updated podspec to include LinkPresentation.framework
6+
37
v.1.43.0
48
- SDK-1382 Added new methods to create Branch QR codes
59
* getQRCodeAsData()

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@
17101710
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
17111711
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17121712
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1713-
MARKETING_VERSION = 1.43.0;
1713+
MARKETING_VERSION = 1.43.1;
17141714
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
17151715
MTL_FAST_MATH = YES;
17161716
ONLY_ACTIVE_ARCH = YES;
@@ -1746,7 +1746,7 @@
17461746
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
17471747
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17481748
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1749-
MARKETING_VERSION = 1.43.0;
1749+
MARKETING_VERSION = 1.43.1;
17501750
MTL_FAST_MATH = YES;
17511751
ONLY_ACTIVE_ARCH = NO;
17521752
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1778,7 +1778,7 @@
17781778
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17791779
MACH_O_TYPE = staticlib;
17801780
MACOSX_DEPLOYMENT_TARGET = 10.15;
1781-
MARKETING_VERSION = 1.43.0;
1781+
MARKETING_VERSION = 1.43.1;
17821782
ONLY_ACTIVE_ARCH = YES;
17831783
OTHER_LDFLAGS = "-ObjC";
17841784
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1807,7 +1807,7 @@
18071807
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
18081808
MACH_O_TYPE = staticlib;
18091809
MACOSX_DEPLOYMENT_TARGET = 10.15;
1810-
MARKETING_VERSION = 1.43.0;
1810+
MARKETING_VERSION = 1.43.1;
18111811
ONLY_ACTIVE_ARCH = NO;
18121812
OTHER_LDFLAGS = "-ObjC";
18131813
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1962,7 +1962,7 @@
19621962
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19631963
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19641964
MACOSX_DEPLOYMENT_TARGET = 10.15;
1965-
MARKETING_VERSION = 1.43.0;
1965+
MARKETING_VERSION = 1.43.1;
19661966
ONLY_ACTIVE_ARCH = YES;
19671967
OTHER_LDFLAGS = "-ObjC";
19681968
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1989,7 +1989,7 @@
19891989
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19901990
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19911991
MACOSX_DEPLOYMENT_TARGET = 10.15;
1992-
MARKETING_VERSION = 1.43.0;
1992+
MARKETING_VERSION = 1.43.1;
19931993
ONLY_ACTIVE_ARCH = NO;
19941994
OTHER_LDFLAGS = "-ObjC";
19951995
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Options:
3131
USAGE
3232
}
3333

34-
version=1.43.0
34+
version=1.43.1
3535

3636
if (( $# == 0 )); then
3737
echo $version

0 commit comments

Comments
 (0)