diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe017fd..4c8fc97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Intercom for Cordova/PhoneGap
+## 1.1.2 (2015-10-08)
+
+* Updated Intercom for iOS to [2.3.11](https://github.com/intercom/intercom-ios/releases/tag/2.3.11).
+
## 1.1.1 (2015-10-01)
* Updated Intercom for iOS to [2.3.10](https://github.com/intercom/intercom-ios/releases/tag/2.3.10).
diff --git a/README.md b/README.md
index d9371dd..11a9025 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ To install the plugin in your Cordova app, run the following:
To add the plugin to your PhoneGap app, add the following to your `config.xml`:
-
+
## Troubleshooting
diff --git a/package.json b/package.json
index a38bfdf..bc879b5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-intercom",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Cordova plugin for Intercom for mobile",
"cordova": {
"id": "cordova-plugin-intercom",
diff --git a/plugin.xml b/plugin.xml
index 58420ad..19f7af8 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,5 +1,5 @@
-
+
Intercom
Intercom
MIT License
diff --git a/src/android/IntercomBridge.java b/src/android/IntercomBridge.java
index 9aaba72..5f7f6ce 100644
--- a/src/android/IntercomBridge.java
+++ b/src/android/IntercomBridge.java
@@ -50,7 +50,7 @@ private void setUpIntercom() {
try {
Context context = IntercomBridge.this.cordova.getActivity().getApplicationContext();
- HeaderInterceptor.setCordovaVersion(context, "1.1.1");
+ HeaderInterceptor.setCordovaVersion(context, "1.1.2");
ApplicationInfo app = context.getPackageManager().getApplicationInfo(context.getPackageName(), PackageManager.GET_META_DATA);
Bundle bundle = app.metaData;
diff --git a/src/ios/Intercom.bundle/certs/digicert-root.icmcer b/src/ios/Intercom.bundle/certs/digicert-root.icmcer
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/certs/digicert.icmcer b/src/ios/Intercom.bundle/certs/digicert.icmcer
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/certs/intercom.icmcer b/src/ios/Intercom.bundle/certs/intercom.icmcer
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/back.png b/src/ios/Intercom.bundle/images/back.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/back@2x.png b/src/ios/Intercom.bundle/images/back@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/back@3x.png b/src/ios/Intercom.bundle/images/back@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_left.png b/src/ios/Intercom.bundle/images/bubble_left.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_left@2x.png b/src/ios/Intercom.bundle/images/bubble_left@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_left@3x.png b/src/ios/Intercom.bundle/images/bubble_left@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_no_tail.png b/src/ios/Intercom.bundle/images/bubble_no_tail.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_no_tail@2x.png b/src/ios/Intercom.bundle/images/bubble_no_tail@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_no_tail@3x.png b/src/ios/Intercom.bundle/images/bubble_no_tail@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_right.png b/src/ios/Intercom.bundle/images/bubble_right.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_right@2x.png b/src/ios/Intercom.bundle/images/bubble_right@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/bubble_right@3x.png b/src/ios/Intercom.bundle/images/bubble_right@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/circle_mask.png b/src/ios/Intercom.bundle/images/circle_mask.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/circle_mask@2x.png b/src/ios/Intercom.bundle/images/circle_mask@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/circle_mask@3x.png b/src/ios/Intercom.bundle/images/circle_mask@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/close.png b/src/ios/Intercom.bundle/images/close.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/close@2x.png b/src/ios/Intercom.bundle/images/close@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/close@3x.png b/src/ios/Intercom.bundle/images/close@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/info.png b/src/ios/Intercom.bundle/images/info.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/info@2x.png b/src/ios/Intercom.bundle/images/info@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/info@3x.png b/src/ios/Intercom.bundle/images/info@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/intercom_logo.png b/src/ios/Intercom.bundle/images/intercom_logo.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/intercom_logo@2x.png b/src/ios/Intercom.bundle/images/intercom_logo@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/intercom_logo@3x.png b/src/ios/Intercom.bundle/images/intercom_logo@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/message_failed.png b/src/ios/Intercom.bundle/images/message_failed.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/message_failed@2x.png b/src/ios/Intercom.bundle/images/message_failed@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/message_failed@3x.png b/src/ios/Intercom.bundle/images/message_failed@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/neutral.png b/src/ios/Intercom.bundle/images/neutral.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/neutral@2x.png b/src/ios/Intercom.bundle/images/neutral@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/neutral@3x.png b/src/ios/Intercom.bundle/images/neutral@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/no_conversations.png b/src/ios/Intercom.bundle/images/no_conversations.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/no_conversations@2x.png b/src/ios/Intercom.bundle/images/no_conversations@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/no_conversations@3x.png b/src/ios/Intercom.bundle/images/no_conversations@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/sad.png b/src/ios/Intercom.bundle/images/sad.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/sad@2x.png b/src/ios/Intercom.bundle/images/sad@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/sad@3x.png b/src/ios/Intercom.bundle/images/sad@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/smile.png b/src/ios/Intercom.bundle/images/smile.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/smile@2x.png b/src/ios/Intercom.bundle/images/smile@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/smile@3x.png b/src/ios/Intercom.bundle/images/smile@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/thumbs_down.png b/src/ios/Intercom.bundle/images/thumbs_down.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/thumbs_down@2x.png b/src/ios/Intercom.bundle/images/thumbs_down@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/thumbs_down@3x.png b/src/ios/Intercom.bundle/images/thumbs_down@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/thumbs_up.png b/src/ios/Intercom.bundle/images/thumbs_up.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/thumbs_up@2x.png b/src/ios/Intercom.bundle/images/thumbs_up@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/thumbs_up@3x.png b/src/ios/Intercom.bundle/images/thumbs_up@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/upload_icon.png b/src/ios/Intercom.bundle/images/upload_icon.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/upload_icon@2x.png b/src/ios/Intercom.bundle/images/upload_icon@2x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/images/upload_icon@3x.png b/src/ios/Intercom.bundle/images/upload_icon@3x.png
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/sound/admin_reply_delivered.caf b/src/ios/Intercom.bundle/sound/admin_reply_delivered.caf
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/sound/message_delivered.caf b/src/ios/Intercom.bundle/sound/message_delivered.caf
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/sound/message_failed.caf b/src/ios/Intercom.bundle/sound/message_failed.caf
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.bundle/sound/message_sending.caf b/src/ios/Intercom.bundle/sound/message_sending.caf
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.framework/Modules/module.modulemap b/src/ios/Intercom.framework/Modules/module.modulemap
old mode 100644
new mode 100755
diff --git a/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h b/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h
old mode 100644
new mode 100755
index 8177fb5..cee364f
--- a/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h
+++ b/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h
@@ -1,6 +1,6 @@
//
// Intercom.h
-// Intercom for iOS - Version 2.3.10
+// Intercom for iOS - Version 2.3.11
//
// Created by Intercom on 8/01/2015.
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -10,7 +10,7 @@
#import
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0
-#error This version (2.3.10) of Intercom for iOS supports iOS 7.0 upwards.
+#error This version (2.3.11) of Intercom for iOS supports iOS 7.0 upwards.
#endif
NS_ASSUME_NONNULL_BEGIN
diff --git a/src/ios/Intercom.framework/Versions/A/Intercom b/src/ios/Intercom.framework/Versions/A/Intercom
old mode 100644
new mode 100755
index 24bde02..8a218f5
Binary files a/src/ios/Intercom.framework/Versions/A/Intercom and b/src/ios/Intercom.framework/Versions/A/Intercom differ
diff --git a/src/ios/IntercomBridge.m b/src/ios/IntercomBridge.m
index 84030a1..1bbd97e 100644
--- a/src/ios/IntercomBridge.m
+++ b/src/ios/IntercomBridge.m
@@ -9,7 +9,7 @@ + (void)setCordovaVersion:(NSString *)v;
@implementation IntercomBridge : CDVPlugin
- (void)pluginInitialize {
- [Intercom setCordovaVersion:@"1.1.1"];
+ [Intercom setCordovaVersion:@"1.1.2"];
#ifdef DEBUG
[Intercom enableLogging];
#endif