Skip to content

Commit 088089d

Browse files
authored
Release 3.1.3 (#245)
1 parent d8cc357 commit 088089d

File tree

7 files changed

+38
-3
lines changed

7 files changed

+38
-3
lines changed

CHANGELOG.md

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

3+
## 3.1.3 (2017-03-29)
4+
5+
### Bug Fixes
6+
7+
* Fixed send button issue described in [#243](https://github.com/intercom/intercom-ios/issues/243).
8+
39
## 3.1.2 (2017-03-15)
410

511
### Bug Fixes

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.2</string>
16+
<string>3.1.3</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
170 KB
Binary file not shown.

Intercom.framework/Info.plist

0 Bytes
Binary file not shown.

Intercom.framework/Intercom

650 KB
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.2'
3+
s.version = '3.1.3'
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]"}

LICENSE

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
----------------------------------------------------------------
2+
3+
This product includes 'AFNetworking' (https://github.com/AFNetworking/AFNetworking), which is released under the following license(s):
4+
MIT <http://opensource.org/licenses/mit-license.html>
5+
6+
----------------------------------------------------------------
7+
8+
This product includes 'FLAnimatedImage' (https://github.com/Flipboard/FLAnimatedImage), which is released under the following license(s):
9+
MIT <http://opensource.org/licenses/mit-license.html>
10+
11+
----------------------------------------------------------------
12+
13+
This product includes 'PINCache' (https://github.com/pinterest/PINCache), which is released under the following license(s):
14+
Apache License, Version 2.0 <https://opensource.org/licenses/Apache-2.0>
15+
16+
----------------------------------------------------------------
17+
18+
This product includes 'PINRemoteImage' (https://github.com/pinterest/PINRemoteImage), which is released under the following license(s):
19+
Apache License, Version 2.0 <https://opensource.org/licenses/Apache-2.0>
20+
21+
----------------------------------------------------------------
22+
23+
This product includes 'SocketRocket' (https://github.com/facebook/SocketRocket), which is released under the following license(s):
24+
BSD 3-Clause <https://opensource.org/licenses/BSD-3-Clause>
25+
26+
----------------------------------------------------------------
27+
28+
All other components of this product are provided under the following license:
29+
130
Apache License
231
Version 2.0, January 2004
332
http://www.apache.org/licenses/
@@ -186,7 +215,7 @@
186215
same "printed page" as the copyright notice for easier
187216
identification within third-party archives.
188217

189-
Copyright 2015 Intercom, Inc.
218+
Copyright 2017 Intercom, Inc.
190219

191220
Licensed under the Apache License, Version 2.0 (the "License");
192221
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)