Skip to content

Commit 40f6d5d

Browse files
committed
SDK-2180 prep 3.0.1 patch release
1 parent 159d3a0 commit 40f6d5d

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

BranchSDK.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 = "BranchSDK"
3-
s.version = "3.0.0"
3+
s.version = "3.0.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?

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@
19531953
"@executable_path/Frameworks",
19541954
"@loader_path/Frameworks",
19551955
);
1956-
MARKETING_VERSION = 3.0.0;
1956+
MARKETING_VERSION = 3.0.1;
19571957
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
19581958
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
19591959
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1984,7 +1984,7 @@
19841984
"@executable_path/Frameworks",
19851985
"@loader_path/Frameworks",
19861986
);
1987-
MARKETING_VERSION = 3.0.0;
1987+
MARKETING_VERSION = 3.0.1;
19881988
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
19891989
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
19901990
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2186,7 +2186,7 @@
21862186
"@loader_path/Frameworks",
21872187
);
21882188
MACH_O_TYPE = staticlib;
2189-
MARKETING_VERSION = 3.0.0;
2189+
MARKETING_VERSION = 3.0.1;
21902190
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
21912191
PRODUCT_MODULE_NAME = BranchSDK;
21922192
PRODUCT_NAME = BranchSDK;
@@ -2221,7 +2221,7 @@
22212221
"@loader_path/Frameworks",
22222222
);
22232223
MACH_O_TYPE = staticlib;
2224-
MARKETING_VERSION = 3.0.0;
2224+
MARKETING_VERSION = 3.0.1;
22252225
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
22262226
PRODUCT_MODULE_NAME = BranchSDK;
22272227
PRODUCT_NAME = BranchSDK;
@@ -2254,7 +2254,7 @@
22542254
"@executable_path/Frameworks",
22552255
"@loader_path/Frameworks",
22562256
);
2257-
MARKETING_VERSION = 3.0.0;
2257+
MARKETING_VERSION = 3.0.1;
22582258
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
22592259
PRODUCT_NAME = BranchSDK;
22602260
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2285,7 +2285,7 @@
22852285
"@executable_path/Frameworks",
22862286
"@loader_path/Frameworks",
22872287
);
2288-
MARKETING_VERSION = 3.0.0;
2288+
MARKETING_VERSION = 3.0.1;
22892289
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
22902290
PRODUCT_NAME = BranchSDK;
22912291
PROVISIONING_PROFILE_SPECIFIER = "";

BranchSDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "BNCConfig.h"
1010

11-
NSString * const BNC_SDK_VERSION = @"3.0.0";
11+
NSString * const BNC_SDK_VERSION = @"3.0.1";
1212
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1313
NSString * const BNC_CDN_URL = @"https://cdn.branch.io";
1414

ChangeLog.md

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

3-
V.3.0.0
3+
v.3.0.1
4+
- Fix organic open when app is already running in background.
5+
6+
v.3.0.0
47

58
- Add a Privacy Manifest for the Branch SDK. App developers may need add an App level Privacy Manifest for data they collect and pass into the Branch SDK.
69
- Known Issue: When using cocoapods without the `use_frameworks!` option, the build can fail with a duplicate privacy manifest error. Workaround is to manually merge privacy manifests.
@@ -21,21 +24,21 @@ V.3.0.0
2124
- pre-iOS 10 locale support
2225
- Device carrier. This was used for fraud analysis, but is no longer available on new iOS versions.
2326

24-
V.2.2.1
27+
v.2.2.1
2528

2629
Branch iOS SDK 2.2.1 adds parameter for current SKAN 4.0 Window in /v1/open and /v2/event requests.
2730

2831
- SDK-1982 - SKAN Simplification DB updates
2932

30-
V.2.2.0
33+
v.2.2.0
3134

3235
Branch iOS SDK 2.2.0 adds the ability to include developer ID in installs and a new method to change the Branch API base URL.
3336

3437
- SDK-1944 - Add Developer ID to v1/install
3538
- SDK-1755 - Remove old Apple Search Ads APIs
3639
- SDK-1934 - Expose a public method to change the Branch API base url
3740

38-
V.2.1.2
41+
v.2.1.2
3942

4043
Branch iOS SDK 2.1.2 adds additional support for Meta AEM links. It also includes some bug fixes and debugging improvements.
4144

scripts/version.sh

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

33-
version=2.2.1
33+
version=3.0.1
3434
prev_version="$version"
3535

3636
if (( $# == 0 )); then

0 commit comments

Comments
 (0)