Skip to content

Commit ba09265

Browse files
committed
Bump version to 3.0.5
1 parent 7a427ff commit ba09265

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
@@ -359,13 +359,13 @@ Thats it!
359359
Puts this line into `Gemfile` then run `$ bundle`:
360360

361361
``` ruby
362-
gem 'gon', '3.0.4'
362+
gem 'gon', '3.0.5'
363363
```
364364

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

367367
``` ruby
368-
config.gem 'gon', :version => '3.0.4'
368+
config.gem 'gon', :version => '3.0.5'
369369
```
370370

371371
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 = '3.0.4'
2+
VERSION = '3.0.5'
33
end

0 commit comments

Comments
 (0)