Skip to content

Commit 65a82a2

Browse files
authored
Jonny/bump version once again (#500)
1 parent b3281ae commit 65a82a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
2323

2424
Using bundler:
2525

26-
gem 'intercom', '~> 3.9.2'
26+
gem 'intercom', '~> 3.9.3'
2727

2828
## Basic Usage
2929

changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.9.3
2+
Fix regression added in 3.9.2
3+
14
3.9.2
25
Added error handling for malformed responses
36

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.9.2"
2+
VERSION = "3.9.3"
33
end

0 commit comments

Comments
 (0)