diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b2b7d484..bb7e799b 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -73,9 +73,9 @@ PODS: - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - glog (0.3.5) - - Intercom (16.5.6) - - intercom-react-native (6.5.0): - - Intercom (~> 16.5.6) + - Intercom (16.5.9) + - intercom-react-native (6.6.0): + - Intercom (~> 16.5.9) - React-Core - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) @@ -533,8 +533,8 @@ SPEC CHECKSUMS: FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - Intercom: d6f58ff03af158108d8a2f4433e7b91471c0af34 - intercom-react-native: e6b978ac79de235a054aa91f6dde7648689ac837 + Intercom: d9c81b3e45e6ecd9b2db2dc188d0521a40393f56 + intercom-react-native: 4f1166b40dd470211521a55893a4957614cccfd5 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda diff --git a/intercom-react-native.podspec b/intercom-react-native.podspec index b91712bb..0baa2c2f 100644 --- a/intercom-react-native.podspec +++ b/intercom-react-native.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] } s.dependency "React-Core" - s.dependency "Intercom", '~> 16.5.6' + s.dependency "Intercom", '~> 16.5.9' end diff --git a/package.json b/package.json index 70fd8882..1c2011f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "6.5.0", + "version": "6.6.0", "description": "React Native wrapper to bridge our iOS and Android SDK", "main": "lib/commonjs/index", "module": "lib/module/index",