From e072bf5e1efb4a10cc941e82d8ca221772c9aea0 Mon Sep 17 00:00:00 2001 From: Kelly Schrock Date: Wed, 26 Oct 2022 14:53:30 -0500 Subject: [PATCH] Update ApptentiveKit dep to 6.0.6 --- apptentive-react-native.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apptentive-react-native.podspec b/apptentive-react-native.podspec index 7ba4b5b..10a5a3b 100644 --- a/apptentive-react-native.podspec +++ b/apptentive-react-native.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" - s.dependency 'ApptentiveKit', '~> 6.0.2' + s.dependency 'ApptentiveKit', '~> 6.0.6' s.dependency "React-Core" end