Skip to content

Commit fc5e1db

Browse files
author
Edward Smith
committed
Updates for 0.12.19 release.
1 parent 65b2ac8 commit fc5e1db

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

Branch-SDK/Branch-SDK/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.12.17"
12+
#define SDK_VERSION @"0.12.19"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ + (NSString *)bundleIdentifier {
14331433
}
14341434

14351435
+ (NSString *)kitDisplayVersion {
1436-
return @"0.12.17";
1436+
return @"0.12.19";
14371437
}
14381438

14391439
@end

Branch.framework/Versions/A/Branch

0 Bytes
Binary file not shown.

Branch.framework/Versions/A/Headers/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.12.17"
12+
#define SDK_VERSION @"0.12.19"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

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 = "0.12.17"
3+
s.version = "0.12.19"
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+
- v0.12.19
4+
* Reverted changes from release 0.12.18.
5+
36
- v0.12.17
47
* Made the preference file creation more robust and fault tolerant.
58

0 commit comments

Comments
 (0)