Skip to content

Commit

Permalink
Release 0.29.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Oct 16, 2019
1 parent e8b49ab commit 0c4c4c4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCConfig.m
Expand Up @@ -12,4 +12,4 @@
BOOL const BNC_API_PINNED = NO;
NSString * const BNC_API_VERSION = @"v1";
NSString * const BNC_LINK_URL = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION = @"0.29.2";
NSString * const BNC_SDK_VERSION = @"0.29.3";
4 changes: 2 additions & 2 deletions Branch-TestBed/Framework-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.29.2</string>
<string>0.29.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.29.2</string>
<string>0.29.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
4 changes: 2 additions & 2 deletions Branch.framework/Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.29.2</string>
<string>0.29.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.29.2</string>
<string>0.29.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
2 changes: 1 addition & 1 deletion Branch.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Branch"
s.version = "0.29.2"
s.version = "0.29.3"
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: 4 additions & 0 deletions ChangeLog.md
@@ -1,5 +1,9 @@
Branch iOS SDK Change Log

- v0.29.3
* _*Master Release*_ - Oct 16, 2019
* SDK-594 fix Tune data check

- v0.29.2
* _*Master Release*_ - Oct 16, 2019
* SDK-550 add Tune data check
Expand Down
4 changes: 2 additions & 2 deletions carthage-files/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.29.2</string>
<string>0.29.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.29.2</string>
<string>0.29.3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions checksum
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
eddbee5abea5f320d782289420c43bd6cb53df49 Branch-iOS-SDK.zip
900fbea348a2c7f9bad0528f32f3fe9103b768a4 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4427847424521f63165ad7a1a6fe49bba0e7ca09 Branch-iOS-TestBed.zip
c43fe88d43890e12a7de6cf3238d684b54c08b2e Branch-iOS-TestBed.zip
2 changes: 1 addition & 1 deletion scripts/version
Expand Up @@ -31,7 +31,7 @@ Options:
USAGE
}

version=0.29.2
version=0.29.3

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

0 comments on commit 0c4c4c4

Please sign in to comment.