diff --git a/README.md b/README.md index 512cef1..1baac9e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The easiest way to install Intercom in a rails app. For interacting with the Intercom REST API, use the `intercom` gem (https://github.com/intercom/intercom-ruby) -Requires ruby 2.0 or higher for `intercom-rails >= 0.4.0` +Requires Ruby 2.0 or higher. ## Installation Add this to your Gemfile: diff --git a/lib/intercom-rails/version.rb b/lib/intercom-rails/version.rb index 0fb0b23..3069d96 100644 --- a/lib/intercom-rails/version.rb +++ b/lib/intercom-rails/version.rb @@ -1,3 +1,3 @@ module IntercomRails - VERSION = "0.4.0" + VERSION = "0.4.1" end