Skip to content

Commit 02b944e

Browse files
committed
update to version 2.4.4
1 parent a99fa07 commit 02b944e

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

2424
## Basic Usage
2525

changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.4.4
2+
- Fix parsing nil lists from notifications
3+
14
2.4.3
25
- Updates to remove warning when running in Ruby 2.2.0 (thanks @pat @jwaldrip)
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.3"
2+
VERSION = "2.4.4"
33
end

0 commit comments

Comments
 (0)