Skip to content

Commit a2421dd

Browse files
author
Edward Smith
committed
Release 0.22.5.
1 parent acf0035 commit a2421dd

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Branch.framework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.22.4</string>
20+
<string>0.22.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.22.4</string>
24+
<string>0.22.5</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

15.5 KB
Binary file not shown.

Branch.framework/Versions/A/Headers/BranchUniversalObject.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ FOUNDATION_EXPORT BranchCondition _Nonnull BranchConditionRefurbished;
8383
@property (nonatomic, assign) double ratingAverage;
8484
@property (nonatomic, assign) NSInteger ratingCount;
8585
@property (nonatomic, assign) double ratingMax;
86+
@property (nonatomic, assign) double rating;
8687
@property (nonatomic, strong, nullable) NSString *addressStreet;
8788
@property (nonatomic, strong, nullable) NSString *addressCity;
8889
@property (nonatomic, strong, nullable) NSString *addressRegion;

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Branch iOS SDK Change Log
22

3-
- v0.22.4
3+
- v0.22.5
44
* _*Master Release*_ - January 12, 2018
55
* Added the `rating` field to the `BranchUniversalObject`.
66

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2-
7783976bbe7d018fa11fb01180c6ac745907b6fa Branch-iOS-SDK.zip
2+
94bae346883a333d55d24f26ffb31810333cf2d0 Branch-iOS-SDK.zip
33
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4-
11ae09639b01aac5a38ed4a15ab08f5f1951a9bf Branch-iOS-TestBed.zip
4+
166cb8496093945ab50d62eca4fc0fecdb2f8e7e Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)