Skip to content

Commit 492070c

Browse files
authored
Update to iOS 3.4.1 and bump version (#970)
* Update to iOS 3.4.1 and bump version * Fix typo in release date.
1 parent c92fd6b commit 492070c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-04-03 Version 6.2.1
2+
- Fix issue with deeplinks getting lost on iOS when the App is closed and deferInitForPluginRuntime is enabled
3+
- Update iOS SDK 3.4.1
4+
15
2024-04-01 Version 6.2.0
26

37
- Update Android SDK to 5.11.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

react-native-branch.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.source_files = [ "ios/*.h", "ios/*.m"]
2323
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
2424
s.header_dir = 'RNBranch' # also sets generated module name
25-
s.dependency 'BranchSDK', '3.4.0'
25+
s.dependency 'BranchSDK', '3.4.1'
2626
s.dependency 'React-Core' # to ensure the correct build order
2727

2828
# Swift/Objective-C compatibility

0 commit comments

Comments
 (0)