From 2e5afc02dfb69ed1bbdd8948bf2e2a0508365a6f Mon Sep 17 00:00:00 2001 From: Cameron Manavian Date: Thu, 3 Oct 2024 22:33:12 -0700 Subject: [PATCH 1/2] Update RollbarReactNative.podspec --- RollbarReactNative.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RollbarReactNative.podspec b/RollbarReactNative.podspec index aba070e..77ece78 100644 --- a/RollbarReactNative.podspec +++ b/RollbarReactNative.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.author = { 'Rollbar' => 'support@rollbar.com' } s.platform = :ios, '13.0' - s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => '1.0.0-beta.4' } + s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => 'v1.0.0-beta.4a' } s.requires_arc = true s.dependency 'React-Core' From 2480d3750e7efa2f608a9376928e357355c67a5a Mon Sep 17 00:00:00 2001 From: Cameron Manavian Date: Fri, 4 Oct 2024 22:56:06 -0700 Subject: [PATCH 2/2] Update RollbarReactNative.podspec --- RollbarReactNative.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RollbarReactNative.podspec b/RollbarReactNative.podspec index 77ece78..4eb40ba 100644 --- a/RollbarReactNative.podspec +++ b/RollbarReactNative.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.author = { 'Rollbar' => 'support@rollbar.com' } s.platform = :ios, '13.0' - s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => 'v1.0.0-beta.4a' } + s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => 'v1.0.0-beta.4' } s.requires_arc = true s.dependency 'React-Core'