From 492070ceb1088726dadb9af2bc947bbd603c6be2 Mon Sep 17 00:00:00 2001 From: echo-branch <43450805+echo-branch@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:46:51 -0700 Subject: [PATCH] Update to iOS 3.4.1 and bump version (#970) * Update to iOS 3.4.1 and bump version * Fix typo in release date. --- ChangeLog.md | 4 ++++ package.json | 2 +- react-native-branch.podspec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 3c4a9b0fe..8a06d8adf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +2024-04-03 Version 6.2.1 + - Fix issue with deeplinks getting lost on iOS when the App is closed and deferInitForPluginRuntime is enabled + - Update iOS SDK 3.4.1 + 2024-04-01 Version 6.2.0 - Update Android SDK to 5.11.0 diff --git a/package.json b/package.json index b43c164b4..3f104c885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-branch", - "version": "6.2.0", + "version": "6.2.1", "description": "Branch Metrics React Native SDK", "main": "src/index.js", "types": "src/index.d.ts", diff --git a/react-native-branch.podspec b/react-native-branch.podspec index 04a234e8f..89467fedb 100644 --- a/react-native-branch.podspec +++ b/react-native-branch.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.source_files = [ "ios/*.h", "ios/*.m"] s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"] s.header_dir = 'RNBranch' # also sets generated module name - s.dependency 'BranchSDK', '3.4.0' + s.dependency 'BranchSDK', '3.4.1' s.dependency 'React-Core' # to ensure the correct build order # Swift/Objective-C compatibility