From 8c53e7d105b72ad38c5970dc362735f43ab6347b Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 15 Aug 2024 03:02:48 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.34.0 --- RNSentry.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNSentry.podspec b/RNSentry.podspec index c3df41f5f..7a59f28f5 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.33.0' + s.dependency 'Sentry/HybridSDK', '8.34.0' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'