Skip to content

Commit 362d291

Browse files
committedOct 28, 2014
release 2.4.1
1 parent 7ece071 commit 362d291

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This version of the gem is compatible with `Ruby 2.1`, `Ruby 2.0` & `Ruby 1.9.3`
1919

2020
Using bundler:
2121

22-
gem 'intercom', "~> 2.4.0"
22+
gem 'intercom', "~> 2.4.1"
2323

2424
## Basic Usage
2525

‎changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.4.1
2+
- Add 'update_last_requst_at=true' as an attribute to set on a User.
3+
14
2.4.0
25
- Support for Ruby 1.9.3 (thanks @Chocksy)
36

‎lib/intercom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "2.4.0"
2+
VERSION = "2.4.1"
33
end

0 commit comments

Comments
 (0)