Skip to content

Commit

Permalink
Release 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Jul 28, 2018
1 parent f9cbd4a commit 4940a98
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.1.3
###### Release Date: 27-07-2018

### Bug fixes
* Fixed layout bugs in home screen
* Fixed a bug where conversations where not shown in the home screen for some users

## 5.1.2
###### Release Date: 26-07-2018

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.1.2</string>
<string>5.1.3</string>
<key>CFBundleVersion</key>
<string>5.1.2</string>
<string>5.1.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.1.2'
s.version = '5.1.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 4940a98

Please sign in to comment.