We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbcb58b + 6836f67 commit 9b1533dCopy full SHA for 9b1533d
README.md
@@ -4,7 +4,7 @@ The easiest way to install Intercom in a rails app.
4
5
For interacting with the Intercom REST API, use the `intercom` gem (https://github.com/intercom/intercom-ruby)
6
7
-Requires ruby 2.0 or higher for `intercom-rails >= 0.4.0`
+Requires Ruby 2.0 or higher.
8
9
## Installation
10
Add this to your Gemfile:
lib/intercom-rails/version.rb
@@ -1,3 +1,3 @@
1
module IntercomRails
2
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
3
end
0 commit comments