Skip to content

Commit 19cee12

Browse files
authored
Upping iOS version and release number (#259)
1 parent c6a2a8a commit 19cee12

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ PODS:
44
- FBLazyVector (0.74.0)
55
- fmt (9.1.0)
66
- glog (0.3.5)
7-
- Intercom (18.2.2)
8-
- intercom-react-native (8.1.0):
9-
- Intercom (~> 18.2.0)
7+
- Intercom (18.5.0)
8+
- intercom-react-native (8.2.0):
9+
- Intercom (~> 18.5.0)
1010
- React-Core
1111
- RCT-Folly (2024.01.01.00):
1212
- boost
@@ -1313,8 +1313,8 @@ SPEC CHECKSUMS:
13131313
FBLazyVector: 026c8f4ae67b06e088ae01baa2271ef8a26c0e8c
13141314
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
13151315
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1316-
Intercom: d39ed1b28ac6be4dd360cc3db17dd607595d2c9f
1317-
intercom-react-native: 2f0b89429e93befa1180dde37fc7d8916b762157
1316+
Intercom: d745ef2351c8c5d90c2c86756bdf32ca58059b23
1317+
intercom-react-native: 6cd32280f5bb1856674d8da7be47e297525e2f80
13181318
RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df
13191319
RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47
13201320
RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5
@@ -1368,4 +1368,4 @@ SPEC CHECKSUMS:
13681368

13691369
PODFILE CHECKSUM: 15fb131f3e1a2b2d9a606515df1414680c8e67b5
13701370

1371-
COCOAPODS: 1.15.2
1371+
COCOAPODS: 1.16.2

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }
1919

2020
s.dependency "React-Core"
21-
s.dependency "Intercom", '~> 18.2.0'
21+
s.dependency "Intercom", '~> 18.5.0'
2222
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intercom/intercom-react-native",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)