Skip to content

Commit a303789

Browse files
authored
Merge pull request #275 from intercom/james/3_2_8
Release 3.2.8
2 parents 3c6cae3 + a92f787 commit a303789

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 3.2.8 (2017-06-30)
4+
5+
## Bug Fixes
6+
7+
* Fixed remaining issues that could occur when logging events at the same time as registration.
8+
9+
## Bug Fixes
10+
311
## 3.2.7 (2017-06-28)
412

513
## 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.7</string>
16+
<string>3.2.8</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
4.12 KB
Binary file not shown.

Intercom.framework/Info.plist

0 Bytes
Binary file not shown.

Intercom.framework/Intercom

16.8 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.2.7'
3+
s.version = '3.2.8'
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)