Skip to content

Commit 153bdb6

Browse files
committedNov 12, 2014
update to 2.4.2
1 parent 49f292d commit 153bdb6

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.1"
22+
gem 'intercom', "~> 2.4.2"
2323

2424
## Basic Usage
2525

‎changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.4.2
2+
- Add nil guard around decode_body to fix potential issue.
3+
14
2.4.1
25
- Add 'update_last_requst_at=true' as an attribute to set on a User.
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.1"
2+
VERSION = "2.4.2"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.