diff --git a/examples/example/ios/Podfile.lock b/examples/example/ios/Podfile.lock index 4e3f6381..b3ac06b3 100644 --- a/examples/example/ios/Podfile.lock +++ b/examples/example/ios/Podfile.lock @@ -5,7 +5,7 @@ PODS: - fmt (9.1.0) - glog (0.3.5) - Intercom (19.5.3) - - intercom-react-native (9.6.5): + - intercom-react-native (9.7.0): - DoubleConversion - glog - Intercom (~> 19.5.3) @@ -1333,7 +1333,7 @@ SPEC CHECKSUMS: fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 Intercom: 46e995a707671f473928d57f7c79609a88984cf7 - intercom-react-native: c1b76b0c6aadfe5806256f2fa7fb1bf4b2b19cb8 + intercom-react-native: 7f313a280e15d4406ee5a23cc532125f12c82fa5 RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47 RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5 diff --git a/examples/with-notifications/ios/Podfile.lock b/examples/with-notifications/ios/Podfile.lock index 7930942b..1ee5b819 100644 --- a/examples/with-notifications/ios/Podfile.lock +++ b/examples/with-notifications/ios/Podfile.lock @@ -9,7 +9,7 @@ PODS: - hermes-engine/Pre-built (= 0.81.1) - hermes-engine/Pre-built (0.81.1) - Intercom (19.5.3) - - intercom-react-native (9.6.5): + - intercom-react-native (9.7.0): - boost - DoubleConversion - fast_float diff --git a/package.json b/package.json index 3b8451d2..a9c5f1b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "9.6.5", + "version": "9.7.0", "description": "React Native wrapper to bridge our iOS and Android SDK", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",