From a649f2c75f36a95e201b31f8541d447d77b84862 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 15 Mar 2023 03:02:22 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.3.1 --- RNSentry.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNSentry.podspec b/RNSentry.podspec index 229cb756e4..bd718f18a5 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.3.0' + s.dependency 'Sentry/HybridSDK', '8.3.1' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'