Skip to content

Commit

Permalink
Bump Intercom to 3.7.7 (#478)
Browse files Browse the repository at this point in the history
* Bump intercom to 3.7.7

* Include readme and changes
  • Loading branch information
jonnyom authored Jul 15, 2019
1 parent cb2e977 commit 43a0b77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.

Using bundler:

gem 'intercom', '~> 3.7.6'
gem 'intercom', '~> 3.7.7'

## Basic Usage

Expand Down
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.7.7
Remove deprecated features from Gemspec

3.7.6
Added error handling for invalid_document error state

Expand Down
2 changes: 1 addition & 1 deletion lib/intercom/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
VERSION = "3.7.6"
VERSION = "3.7.7"
end

0 comments on commit 43a0b77

Please sign in to comment.