Skip to content

Commit 45809c3

Browse files
Merge pull request #1506 from BranchMetrics/Release-3.12.2
Release 3.12.2
2 parents 429e923 + a5df809 commit 45809c3

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
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.12.1"
3+
s.version = "3.12.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?

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@
20322032
"@executable_path/Frameworks",
20332033
"@loader_path/Frameworks",
20342034
);
2035-
MARKETING_VERSION = 3.12.1;
2035+
MARKETING_VERSION = 3.12.2;
20362036
OTHER_LDFLAGS = (
20372037
"-weak_framework",
20382038
LinkPresentation,
@@ -2067,7 +2067,7 @@
20672067
"@executable_path/Frameworks",
20682068
"@loader_path/Frameworks",
20692069
);
2070-
MARKETING_VERSION = 3.12.1;
2070+
MARKETING_VERSION = 3.12.2;
20712071
OTHER_LDFLAGS = (
20722072
"-weak_framework",
20732073
LinkPresentation,
@@ -2273,7 +2273,7 @@
22732273
"@loader_path/Frameworks",
22742274
);
22752275
MACH_O_TYPE = staticlib;
2276-
MARKETING_VERSION = 3.12.1;
2276+
MARKETING_VERSION = 3.12.2;
22772277
OTHER_LDFLAGS = (
22782278
"-weak_framework",
22792279
LinkPresentation,
@@ -2312,7 +2312,7 @@
23122312
"@loader_path/Frameworks",
23132313
);
23142314
MACH_O_TYPE = staticlib;
2315-
MARKETING_VERSION = 3.12.1;
2315+
MARKETING_VERSION = 3.12.2;
23162316
OTHER_LDFLAGS = (
23172317
"-weak_framework",
23182318
LinkPresentation,
@@ -2349,7 +2349,7 @@
23492349
"@executable_path/Frameworks",
23502350
"@loader_path/Frameworks",
23512351
);
2352-
MARKETING_VERSION = 3.12.1;
2352+
MARKETING_VERSION = 3.12.2;
23532353
OTHER_LDFLAGS = (
23542354
"-weak_framework",
23552355
LinkPresentation,
@@ -2384,7 +2384,7 @@
23842384
"@executable_path/Frameworks",
23852385
"@loader_path/Frameworks",
23862386
);
2387-
MARKETING_VERSION = 3.12.1;
2387+
MARKETING_VERSION = 3.12.2;
23882388
OTHER_LDFLAGS = (
23892389
"-weak_framework",
23902390
LinkPresentation,

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Branch iOS SDK Change Log
2+
v.3.12.2
3+
- Fixed bug where error object was not being forwarded when receiving error from service.
4+
- Fixed bug with Advanced Compliance and Integration Validator.
5+
- Added param 'operational_metrics' in v1/install request.
26

37
v.3.12.1
48
- Fixed bug - SDK crashes when Meta AEM query param `al_applink_data` is empty.

Sources/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.12.1";
11+
NSString * const BNC_SDK_VERSION = @"3.12.2";
1212
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1313
NSString * const BNC_CDN_URL = @"https://cdn.branch.io";
1414

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=3.12.1
33+
version=3.12.2
3434
prev_version="$version"
3535

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

0 commit comments

Comments
 (0)