From 9ba3877cf2fa741386e5a629dcad9b1d1d314818 Mon Sep 17 00:00:00 2001 From: Jonny Date: Tue, 6 Aug 2019 16:06:39 +0100 Subject: [PATCH 1/3] Bump intercom-rails to 0.4.1 --- lib/intercom-rails/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a0b603b57087d25cbdfeca1163a4640ac2c9dafd Mon Sep 17 00:00:00 2001 From: Jonny Date: Tue, 6 Aug 2019 16:08:06 +0100 Subject: [PATCH 2/3] README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 512cef1..294626d 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 for `intercom-rails >= 0.4.1` ## Installation Add this to your Gemfile: From 6836f67db7834205fb83ad89ca1ab3b69a667851 Mon Sep 17 00:00:00 2001 From: Jonathan O'Mahony Date: Tue, 6 Aug 2019 16:23:50 +0100 Subject: [PATCH 3/3] Update README.md Co-Authored-By: Eugene Kenny --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 294626d..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.1` +Requires Ruby 2.0 or higher. ## Installation Add this to your Gemfile: