Skip to content

Commit e7aba31

Browse files
authored
Merge pull request #247 from intercom/jtreanor/release_3_1_4
Release 3.1.4
2 parents 088089d + 9fd34cd commit e7aba31

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
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.4 (2017-04-05)
4+
5+
### Bug Fixes
6+
7+
* Fixed an issue where layout could be broken for apps displayed in a right to left mode.
8+
39
## 3.1.3 (2017-03-29)
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.3</string>
16+
<string>3.1.4</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
56.7 KB
Binary file not shown.

Intercom.framework/Info.plist

0 Bytes
Binary file not shown.

Intercom.framework/Intercom

377 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.3'
3+
s.version = '3.1.4'
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)