Skip to content

Commit c3a603d

Browse files
committed
Release 3.2.5
1 parent ea00560 commit c3a603d

File tree

7 files changed

+8
-2
lines changed

7 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.2.5 (2017-05-25)
4+
5+
### Bug Fixes
6+
7+
* Fixed Bitcode issue for manual and Carthage installs ([#260](https://github.com/intercom/intercom-ios/issues/260)).
8+
39
## 3.2.4 (2017-05-23)
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.2.4</string>
16+
<string>3.2.5</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
158 KB
Binary file not shown.

Intercom.framework/Info.plist

-1 Bytes
Binary file not shown.

Intercom.framework/Intercom

29.9 MB
Binary file not shown.
-1 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.2.4'
3+
s.version = '3.2.5'
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)