Skip to content

Commit 44c6ff2

Browse files
committed
CORE-1990 update version and changelog
1 parent 5f4179d commit 44c6ff2

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

Branch.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
CODE_SIGN_IDENTITY = "Apple Development";
913913
CODE_SIGN_STYLE = Automatic;
914914
DEVELOPMENT_TEAM = R63EM248DP;
915-
MARKETING_VERSION = 1.3.0;
915+
MARKETING_VERSION = 1.3.1;
916916
OTHER_CODE_SIGN_FLAGS = "--deep";
917917
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
918918
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -925,7 +925,7 @@
925925
CODE_SIGN_IDENTITY = "Apple Development";
926926
CODE_SIGN_STYLE = Automatic;
927927
DEVELOPMENT_TEAM = R63EM248DP;
928-
MARKETING_VERSION = 1.3.0;
928+
MARKETING_VERSION = 1.3.1;
929929
OTHER_CODE_SIGN_FLAGS = "--deep";
930930
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
931931
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1014,7 +1014,7 @@
10141014
CODE_SIGN_IDENTITY = "Apple Development";
10151015
CODE_SIGN_STYLE = Automatic;
10161016
DEVELOPMENT_TEAM = R63EM248DP;
1017-
MARKETING_VERSION = 1.3.0;
1017+
MARKETING_VERSION = 1.3.1;
10181018
OTHER_CODE_SIGN_FLAGS = "--deep";
10191019
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
10201020
PROVISIONING_PROFILE_SPECIFIER = "";

Branch/BranchMainClass.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ + (NSString *)kitDisplayVersion {
136136
// NSString*_Nullable string =
137137
// [[[NSBundle bundleForClass:self] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
138138
// return string?:@"";
139-
return @"1.3.0";
139+
return @"1.3.1";
140140
}
141141

142142
- (Branch*) startWithConfiguration:(BranchConfiguration*)configuration {

BranchMacOS.podspec

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

CHANGELOG.md

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

3+
## v1.3.1 - Jun 2, 2021
4+
5+
CORE-1989
6+
Add getUserIdentity to the public API
7+
8+
CORE-1659
9+
Add INITIATE_STREAM and COMPLETE_STREAM to standard events
10+
11+
Test coverage improvements
12+
313
## v1.3.0 - Jan 28, 2021
414

515
CORE-1303

0 commit comments

Comments
 (0)