diff --git a/SentryReactNative.podspec b/SentryReactNative.podspec index 5be3829a0d..e9c67288eb 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.0.9' - s.dependency 'Sentry/KSCrash', '~> 3.0.9' + s.dependency 'Sentry', '~> 3.1.2' + s.dependency 'Sentry/KSCrash', '~> 3.1.2' s.source_files = 'ios/RNSentry*.{h,m}' s.public_header_files = 'ios/RNSentry.h'