Skip to content

Commit 0c242cc

Browse files
committed
Revert "Update version number"
This reverts commit d26a862.
1 parent d26a862 commit 0c242cc

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

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

2323
Using bundler:
2424

25-
gem 'intercom', '~> 3.5.22'
25+
gem 'intercom', '~> 3.5.21'
2626

2727
## Basic Usage
2828

changes.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
3.5.22
2-
- Do not bypass type in api_resource
3-
41
3.5.21
52
- Fix for PR-353 which addressed "NoMethodError in intercom/request"
63
- There were issues on older versions of Ruby (<2.3)

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.5.22"
2+
VERSION = "3.5.21"
33
end

0 commit comments

Comments
 (0)