diff --git a/SentryReactNative.podspec b/SentryReactNative.podspec index 4c7fc69a2f..0d87c174bb 100644 --- a/SentryReactNative.podspec +++ b/SentryReactNative.podspec @@ -18,8 +18,8 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React' - s.dependency 'Sentry', '~> 3.9.0' - s.dependency 'Sentry/KSCrash', '~> 3.9.0' + s.dependency 'Sentry', '~> 3.10.0' + s.dependency 'Sentry/KSCrash', '~> 3.10.0' s.source_files = 'ios/RNSentry*.{h,m}' s.public_header_files = 'ios/RNSentry.h'