Skip to content

Commit 7b73a78

Browse files
authored
Release 3.1.1 (#236)
1 parent 057ea28 commit 7b73a78

File tree

7 files changed

+8
-4
lines changed

7 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 3.1.1 (2017-03-01)
4+
5+
* Added more detailed logs in cases where the Messenger cannot open due to an error.
6+
37
## 3.1.0 (2017-02-27)
48

59
* Added new GIF button to the composer in the Messenger, so your users can search for and share GIFs in conversations.

Intercom.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.1.0</string>
16+
<string>3.1.1</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
1.57 KB
Binary file not shown.

Intercom.framework/Headers/Intercom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Intercom.h
3-
// Intercom for iOS - Version 3.0.25
3+
// Intercom for iOS - Version 3.1.1
44
//
55
// Created by Intercom on 8/01/2015.
66
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -11,7 +11,7 @@
1111
#import "ICMUserAttributes.h"
1212

1313
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0
14-
#error This version (3.0.25) of Intercom for iOS supports iOS 8.0 upwards.
14+
#error This version (3.1.1) of Intercom for iOS supports iOS 8.0 upwards.
1515
#endif
1616

1717
NS_ASSUME_NONNULL_BEGIN

Intercom.framework/Info.plist

0 Bytes
Binary file not shown.

Intercom.framework/Intercom

180 Bytes
Binary file not shown.

Intercom.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '3.1.0'
3+
s.version = '3.1.1'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" }
66
s.authors = {"Adam McCarthy"=>"[email protected]", "Brian Boyle"=>"[email protected]", "Conor O’Donnell"=>"[email protected]", "James Treanor"=>"[email protected]"}

0 commit comments

Comments
 (0)