Skip to content

Commit

Permalink
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
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.

Using bundler:

gem 'intercom', "~> 3.0.0"
gem 'intercom', "~> 3.0.1"

## Basic Usage

3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.1
- Fix circular dependency warning in Ruby 2.2.

3.0.0
- New version, client-based access.

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.0.0"
VERSION = "3.0.1"
end

0 comments on commit 15b9a6b

Please sign in to comment.