Skip to content

Commit 0266252

Browse files
committed
Bump minor version to 2
1 parent a6f2ece commit 0266252

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ wouldn't work. You can read about this in common usage above.
302302
Puts this line into `Gemfile` then run `$ bundle`:
303303

304304
``` ruby
305-
gem 'gon', '2.2.0'
305+
gem 'gon', '2.2.2'
306306
```
307307

308308
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
309309

310310
``` ruby
311-
config.gem 'gon', :version => '2.2.0'
311+
config.gem 'gon', :version => '2.2.2'
312312
```
313313

314314
Or manually install gon gem: `$ gem install gon`

lib/gon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gon
2-
VERSION = '2.2.0'
2+
VERSION = '2.2.2'
33
end

0 commit comments

Comments
 (0)