From 7ea6d145a36e0cb76cbe5f67e9fd5388eada79cb Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 16 Jul 2022 03:29:16 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 7.21.0 --- RNSentry.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNSentry.podspec b/RNSentry.podspec index 958391b572..7f5ba74ce3 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry', '7.20.0' + s.dependency 'Sentry', '7.21.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'