Skip to content

Commit f6533e6

Browse files
committed
Release 2.0.4
1 parent fb8074e commit f6533e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
//noinspection GradleDynamicVersion
6161
implementation "com.facebook.react:react-native:+" // From node_modules
6262
implementation 'com.google.firebase:firebase-messaging:20.2.+'
63-
implementation 'io.intercom.android:intercom-sdk:10.6.+'
63+
implementation 'io.intercom.android:intercom-sdk:10.6.2'
6464
}

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PODS:
7373
- fmt (6.2.1)
7474
- glog (0.3.5)
7575
- Intercom (11.1.2)
76-
- intercom-react-native (2.0.2):
76+
- intercom-react-native (2.0.4):
7777
- Intercom (~> 11.1.2)
7878
- React-Core
7979
- libevent (2.1.12)

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": "2.0.3",
3+
"version": "2.0.4",
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)