Skip to content

Commit

Permalink
Release 0.12.26.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Jan 30, 2017
1 parent 4da801b commit 51acc04
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

NSString * const BNC_API_VERSION = @"v1";
NSString * const BNC_LINK_URL = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION = @"0.12.25";
NSString * const BNC_SDK_VERSION = @"0.12.26";
Binary file modified Branch.framework.zip
Binary file not shown.
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
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.25"
s.version = "0.12.26"
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
4 changes: 2 additions & 2 deletions carthage-files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.12.25</string>
<string>0.12.26</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.12.25</string>
<string>0.12.26</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
c203149de22fa437c7654c03833de3b9f5e9ac80 Branch-iOS-SDK.zip
4d3c80dcd23f396127cf88123a891b959d836656 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
e9a46f3859f8d3a99702de79acfb874abc305332 Branch-iOS-TestBed.zip
136af02afc4d08ce8f00e1df38f3f1ff80a328b5 Branch-iOS-TestBed.zip
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Options:
USAGE
}

version=0.12.25
version=0.12.26

if (( $# == 0 )); then
echo $version
Expand Down

0 comments on commit 51acc04

Please sign in to comment.