From d383474b776af83de341b2d042ab0fb58648613a Mon Sep 17 00:00:00 2001 From: Uddish Verma Date: Fri, 12 Apr 2024 16:58:28 +0100 Subject: [PATCH] Update iOS version to 7.0.1 (#185) * update ios to 7.0.1 * updated podspec --- example/ios/Podfile.lock | 14 +++++++------- intercom-react-native.podspec | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index d31ea249..cb2b4a15 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 (17.0.0) - - intercom-react-native (7.0.0): - - Intercom (~> 17.0.0) + - Intercom (17.0.1) + - intercom-react-native (7.0.1): + - Intercom (~> 17.0.1) - React-Core - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) @@ -533,8 +533,8 @@ SPEC CHECKSUMS: FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - Intercom: 558a47a197e619a9f16411e133bc2c57a27e6fbb - intercom-react-native: d599994cb9309a146af32910cc3ff1abf968a837 + Intercom: 5831c20294923498621a52064ab11d1ebb39f0a3 + intercom-react-native: 9cf6e7039c1025ac29af506286b7388f3244cc40 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda @@ -569,6 +569,6 @@ SPEC CHECKSUMS: Yoga: dc109b79db907f0f589fc423e991b09ec42d2295 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 5b73a3a6016c3b2a7e9c6110204bbbc9a99a9f81 +PODFILE CHECKSUM: 02dddd4ff6ebb5deb0a57503aca62dbf76926aa1 -COCOAPODS: 1.15.2 +COCOAPODS: 1.12.1 diff --git a/intercom-react-native.podspec b/intercom-react-native.podspec index eac1c142..392181da 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", '~> 17.0.0' + s.dependency "Intercom", '~> 17.0.1' end diff --git a/package.json b/package.json index abd3f788..208a6e1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "7.0.0", + "version": "7.0.1", "description": "React Native wrapper to bridge our iOS and Android SDK", "main": "lib/commonjs/index", "module": "lib/module/index",