Skip to content

Commit ef53498

Browse files
committed
CORE-2502 bump patch version
1 parent 1155f3d commit ef53498

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.40.1";
14+
NSString * const BNC_SDK_VERSION = @"1.40.2";

Branch-TestBed/Framework-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.40.1</string>
20+
<string>1.40.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.40.1</string>
24+
<string>1.40.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

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.40.1"
3+
s.version = "1.40.2"
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?

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@
16621662
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
16631663
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16641664
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1665-
MARKETING_VERSION = 1.40.1;
1665+
MARKETING_VERSION = 1.40.2;
16661666
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
16671667
MTL_FAST_MATH = YES;
16681668
ONLY_ACTIVE_ARCH = YES;
@@ -1698,7 +1698,7 @@
16981698
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
16991699
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17001700
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1701-
MARKETING_VERSION = 1.40.1;
1701+
MARKETING_VERSION = 1.40.2;
17021702
MTL_FAST_MATH = YES;
17031703
ONLY_ACTIVE_ARCH = NO;
17041704
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1730,7 +1730,7 @@
17301730
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17311731
MACH_O_TYPE = staticlib;
17321732
MACOSX_DEPLOYMENT_TARGET = 10.15;
1733-
MARKETING_VERSION = 1.40.1;
1733+
MARKETING_VERSION = 1.40.2;
17341734
ONLY_ACTIVE_ARCH = YES;
17351735
OTHER_LDFLAGS = "-ObjC";
17361736
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1759,7 +1759,7 @@
17591759
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17601760
MACH_O_TYPE = staticlib;
17611761
MACOSX_DEPLOYMENT_TARGET = 10.15;
1762-
MARKETING_VERSION = 1.40.1;
1762+
MARKETING_VERSION = 1.40.2;
17631763
ONLY_ACTIVE_ARCH = NO;
17641764
OTHER_LDFLAGS = "-ObjC";
17651765
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1914,7 +1914,7 @@
19141914
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19151915
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19161916
MACOSX_DEPLOYMENT_TARGET = 10.15;
1917-
MARKETING_VERSION = 1.40.1;
1917+
MARKETING_VERSION = 1.40.2;
19181918
ONLY_ACTIVE_ARCH = YES;
19191919
OTHER_LDFLAGS = "-ObjC";
19201920
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1941,7 +1941,7 @@
19411941
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19421942
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19431943
MACOSX_DEPLOYMENT_TARGET = 10.15;
1944-
MARKETING_VERSION = 1.40.1;
1944+
MARKETING_VERSION = 1.40.2;
19451945
ONLY_ACTIVE_ARCH = NO;
19461946
OTHER_LDFLAGS = "-ObjC";
19471947
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.40.1
34+
version=1.40.2
3535

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

0 commit comments

Comments
 (0)