Skip to content

Commit

Permalink
Updates for 0.12.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Oct 11, 2016
1 parent 8f295d3 commit 2845d99
Show file tree
Hide file tree
Showing 5 changed files with 4 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.11"
#define SDK_VERSION @"0.12.12"

#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 @@ -1368,7 +1368,7 @@ + (NSString *)bundleIdentifier {
}

+ (NSString *)kitDisplayVersion {
return @"0.12.11";
return @"0.12.12";
}

@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.11"
#define SDK_VERSION @"0.12.12"

#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.11"
s.version = "0.12.12"
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

0 comments on commit 2845d99

Please sign in to comment.