README.md in gon-2.0.2 vs README.md in gon-2.0.3

- old
+ new

@@ -205,16 +205,16 @@ ## Installation Puts this line into `Gemfile` then run `$ bundle`: ``` ruby -gem 'gon', '2.0.2' +gem 'gon', '2.0.3' ``` Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`: ``` ruby -config.gem 'gon', :version => '2.0.2' +config.gem 'gon', :version => '2.0.3' ``` Or manually install gon gem: `$ gem install gon` ## Contributors