diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 9229812..11c68e8 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.1.1 + +* Bump Intercom iOS SDK version to 18.1.0 + ## 9.1.0 * Bump Intercom iOS SDK version to 18.0.0 diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index 33b4758..c79bf24 100755 --- a/intercom_flutter/README.md +++ b/intercom_flutter/README.md @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr - Uses Intercom Android SDK Version `15.10.3`. - The minimum Android SDK `minSdk` required is 21. - The compile Android SDK `compileSdk` required is 34. -- Uses Intercom iOS SDK Version `18.0.0`. +- Uses Intercom iOS SDK Version `18.1.0`. - The minimum iOS target version required is 15. - The Xcode version required is 15. diff --git a/intercom_flutter/ios/intercom_flutter.podspec b/intercom_flutter/ios/intercom_flutter.podspec index 332f0bf..930dad7 100644 --- a/intercom_flutter/ios/intercom_flutter.podspec +++ b/intercom_flutter/ios/intercom_flutter.podspec @@ -17,6 +17,6 @@ A new flutter plugin project. s.dependency 'Flutter' s.dependency 'Intercom' s.static_framework = true - s.dependency 'Intercom', '18.0.0' + s.dependency 'Intercom', '18.1.0' s.ios.deployment_target = '15.0' end diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index e355755..772d4c8 100644 --- a/intercom_flutter/pubspec.yaml +++ b/intercom_flutter/pubspec.yaml @@ -1,7 +1,7 @@ name: intercom_flutter description: Flutter plugin for Intercom integration. Provides in-app messaging and help-center Intercom services -version: 9.1.0 +version: 9.1.1 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: