Skip to content

Commit 6c5fe92

Browse files
committed
Updated required iOS SDK version in source as well.
1 parent 34e3f67 commit 6c5fe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNBranch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
static NSString * const RNBranchErrorDomain = @"RNBranchErrorDomain";
3030
static NSInteger const RNBranchUniversalObjectNotFoundError = 1;
3131

32-
static NSString * const REQUIRED_BRANCH_SDK = @"0.27.0";
32+
static NSString * const REQUIRED_BRANCH_SDK = @"0.27.1";
3333

3434
#pragma mark - Private RNBranch declarations
3535

0 commit comments

Comments
 (0)