Skip to content

Commit

Permalink
Release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Jun 12, 2018
1 parent 32855d6 commit 792b605
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.3 (2018-06-12)

### Bug fixes
* Fixed a memory exception which caused a crash in the Intercom SDK.
* Fixed an issue where failing to get a HTTP socket connection could sometimes cause an app to freeze.

## 5.0.2 (2018-05-02)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions Intercom.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>5.0.2</string>
<string>5.0.3</string>
<key>CFBundleVersion</key>
<string>5.0.2</string>
<string>5.0.3</string>
</dict>
</plist>
Binary file modified Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom
Binary file not shown.
Binary file modified Intercom.framework/Info.plist
Binary file not shown.
Binary file modified Intercom.framework/Intercom
Binary file not shown.
2 changes: 1 addition & 1 deletion Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '5.0.2'
s.version = '5.0.3'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" }
s.authors = {"Brian Boyle"=>"[email protected]", "Dale Cantwell"=>"[email protected]", "Michael Isaakidis"=>"[email protected]"}
Expand Down

0 comments on commit 792b605

Please sign in to comment.