Skip to content

Commit

Permalink
Bump Intercom SDK Version (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmConorNolan authored Feb 28, 2024
1 parent f75b38c commit c5bba1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion intercom-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c5bba1d

Please sign in to comment.