Skip to content

Commit 60e76c0

Browse files
authored
Update intercom-ios 19.2.1 (#563)
1 parent 39b6ed4 commit 60e76c0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

intercom_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 9.4.9
4+
5+
* Bump Intercom iOS SDK version to [19.2.1](https://github.com/intercom/intercom-ios/releases/tag/19.2.1)
6+
37
## 9.4.8
48

59
* Bump `intercom_flutter_web` to `1.1.9`

intercom_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr
88
- Uses Intercom Android SDK Version `17.1.1`.
99
- The minimum Android SDK `minSdk` required is 21.
1010
- The compile Android SDK `compileSdk` required is 35.
11-
- Uses Intercom iOS SDK Version `19.2.0`.
11+
- Uses Intercom iOS SDK Version `19.2.1`.
1212
- The minimum iOS target version required is 15.
1313
- The Xcode version required is 15.
1414

intercom_flutter/ios/intercom_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ A new flutter plugin project.
1717
s.dependency 'Flutter'
1818
s.dependency 'Intercom'
1919
s.static_framework = true
20-
s.dependency 'Intercom', '19.2.0'
20+
s.dependency 'Intercom', '19.2.1'
2121
s.ios.deployment_target = '15.0'
2222
end

intercom_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: intercom_flutter
22
description: Flutter plugin for Intercom integration. Provides in-app messaging
33
and help-center Intercom services
4-
version: 9.4.8
4+
version: 9.4.9
55
homepage: https://github.com/v3rm0n/intercom_flutter
66

77
dependencies:

0 commit comments

Comments
 (0)