Skip to content

Commit be4df86

Browse files
committed
Release 1.45.1 - Version and ChangeLog.md updates
1 parent 825df04 commit be4df86

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-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.45.0";
14+
NSString * const BNC_SDK_VERSION = @"1.45.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.45.0"
3+
s.version = "1.45.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Branch iOS SDK Change Log
22

3+
v.1.45.1
4+
- SDK-1724 Branch SDK returns an error "SKANErrorDomain Code=10" in initSession function - Fix
5+
36
v.1.45.0
47
- SDK-1659 SKAN 4.0 Support
58
* Support for coarse-grained conversion value

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@
17231723
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
17241724
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17251725
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1726-
MARKETING_VERSION = 1.45.0;
1726+
MARKETING_VERSION = 1.45.1;
17271727
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
17281728
MTL_FAST_MATH = YES;
17291729
ONLY_ACTIVE_ARCH = YES;
@@ -1760,7 +1760,7 @@
17601760
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
17611761
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17621762
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1763-
MARKETING_VERSION = 1.45.0;
1763+
MARKETING_VERSION = 1.45.1;
17641764
MTL_FAST_MATH = YES;
17651765
ONLY_ACTIVE_ARCH = NO;
17661766
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1792,7 +1792,7 @@
17921792
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17931793
MACH_O_TYPE = staticlib;
17941794
MACOSX_DEPLOYMENT_TARGET = 10.15;
1795-
MARKETING_VERSION = 1.45.0;
1795+
MARKETING_VERSION = 1.45.1;
17961796
ONLY_ACTIVE_ARCH = YES;
17971797
OTHER_LDFLAGS = "-ObjC";
17981798
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1821,7 +1821,7 @@
18211821
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
18221822
MACH_O_TYPE = staticlib;
18231823
MACOSX_DEPLOYMENT_TARGET = 10.15;
1824-
MARKETING_VERSION = 1.45.0;
1824+
MARKETING_VERSION = 1.45.1;
18251825
ONLY_ACTIVE_ARCH = NO;
18261826
OTHER_LDFLAGS = "-ObjC";
18271827
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1976,7 +1976,7 @@
19761976
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
19771977
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19781978
MACOSX_DEPLOYMENT_TARGET = 10.15;
1979-
MARKETING_VERSION = 1.45.0;
1979+
MARKETING_VERSION = 1.45.1;
19801980
ONLY_ACTIVE_ARCH = YES;
19811981
OTHER_LDFLAGS = "-ObjC";
19821982
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -2003,7 +2003,7 @@
20032003
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
20042004
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
20052005
MACOSX_DEPLOYMENT_TARGET = 10.15;
2006-
MARKETING_VERSION = 1.45.0;
2006+
MARKETING_VERSION = 1.45.1;
20072007
ONLY_ACTIVE_ARCH = NO;
20082008
OTHER_LDFLAGS = "-ObjC";
20092009
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.45.0
34+
version=1.45.1
3535

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

0 commit comments

Comments
 (0)