From dc5bf7ec52ceedc50089283e919e0065eb3a5d61 Mon Sep 17 00:00:00 2001 From: Shachar Udi Date: Mon, 22 Jun 2026 09:27:13 -0400 Subject: [PATCH] MOB-2679 Upgraded native iOS SDK and updated release notes --- RELEASE_NOTES.md | 3 +++ package.json | 2 +- react-native-ts-accountprotection.podspec | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aa6baef..c4c2e60 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,8 @@ # Release Notes +## Version 3.0.2 +- Upgraded iOS native SDK to 3.0.2 which fixes a rare crash that could occur while some app resources were being released from memory. + ## Version 3.0.0 ### 🚀 Major Release - Native SDK Updates & API Enhancements diff --git a/package.json b/package.json index 6360d5d..92b8210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ts-accountprotection", - "version": "3.0.0", + "version": "3.0.2", "description": "Wrapper for the Transmit Security Account Protection SDK", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/react-native-ts-accountprotection.podspec b/react-native-ts-accountprotection.podspec index 01dc2ff..fbf87fd 100644 --- a/react-native-ts-accountprotection.podspec +++ b/react-native-ts-accountprotection.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.platforms = { :ios => min_ios_version_supported } s.source = { :git => "https://github.com/TransmitSecurity/react-native-ts-accountprotection.git", :tag => "#{s.version}" } - s.dependency 'AccountProtection', '3.0.0' + s.dependency 'AccountProtection', '3.0.2' s.source_files = "ios/**/*.{h,m,mm,swift}" # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.