Skip to content

Commit

Permalink
Updates for 0.12.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sojanpr committed Sep 14, 2016
1 parent 8c9a603 commit 852dc6d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef Branch_SDK_Config_h
#define Branch_SDK_Config_h

#define SDK_VERSION @"0.12.8"
#define SDK_VERSION @"0.12.9"

#define BNC_PROD_ENV
//#define BNC_STAGE_ENV
Expand Down
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/Branch.m
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ + (NSString *)bundleIdentifier {
}

+ (NSString *)kitDisplayVersion {
return @"0.12.8";
return @"0.12.9";
}

@end
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
2 changes: 1 addition & 1 deletion Branch.framework/Versions/A/Headers/BNCConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef Branch_SDK_Config_h
#define Branch_SDK_Config_h

#define SDK_VERSION @"0.12.8"
#define SDK_VERSION @"0.12.9"

#define BNC_PROD_ENV
//#define BNC_STAGE_ENV
Expand Down
2 changes: 1 addition & 1 deletion Branch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Branch"
s.version = "0.12.8"
s.version = "0.12.9"
s.summary = "Create an HTTP URL for any piece of content in your app"
s.description = <<-DESC
- Want the highest possible conversions on your sharing feature?
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Branch iOS SDK change log

- v0.12.9
* Fixing the time delay for strong match check using SVC

- v0.12.8
* Changes for supporting latest xcode updates
* Content Discovery feature
Expand Down

0 comments on commit 852dc6d

Please sign in to comment.