File tree Expand file tree Collapse file tree 6 files changed +7
-4
lines changed
Branch.framework/Versions/A Expand file tree Collapse file tree 6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 99#ifndef Branch_SDK_Config_h
1010#define Branch_SDK_Config_h
1111
12- #define SDK_VERSION @"0.12.8 "
12+ #define SDK_VERSION @"0.12.9 "
1313
1414#define BNC_PROD_ENV
1515//#define BNC_STAGE_ENV
Original file line number Diff line number Diff line change @@ -1361,7 +1361,7 @@ + (NSString *)bundleIdentifier {
13611361}
13621362
13631363+ (NSString *)kitDisplayVersion {
1364- return @" 0.12.8 " ;
1364+ return @" 0.12.9 " ;
13651365}
13661366
13671367@end
Original file line number Diff line number Diff line change 99#ifndef Branch_SDK_Config_h
1010#define Branch_SDK_Config_h
1111
12- #define SDK_VERSION @"0.12.8 "
12+ #define SDK_VERSION @"0.12.9 "
1313
1414#define BNC_PROD_ENV
1515//#define BNC_STAGE_ENV
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Branch"
3- s . version = "0.12.8 "
3+ s . version = "0.12.9 "
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?
Original file line number Diff line number Diff line change 11Branch iOS SDK change log
22
3+ - v0.12.9
4+ * Fixing the time delay for strong match check using SVC
5+
36- v0.12.8
47 * Changes for supporting latest xcode updates
58 * Content Discovery feature
You can’t perform that action at this time.
0 commit comments