Skip to content

Commit 80fd7bd

Browse files
committed
Change version
1 parent 9c14754 commit 80fd7bd

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
@@ -40,13 +40,13 @@ alert(Gon.your_hash)
4040
Puts this line into `Gemfile` then run `$ bundle`:
4141

4242
``` ruby
43-
gem 'gon', '0.2.1'
43+
gem 'gon', '0.2.2'
4444
```
4545

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

4848
``` ruby
49-
config.gem 'gon', :version => '0.2.1'
49+
config.gem 'gon', :version => '0.2.2'
5050
```
5151

5252
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 = '0.2.1'
2+
VERSION = '0.2.2'
33
end

0 commit comments

Comments
 (0)