Skip to content

Commit a44603b

Browse files
committed
Bump version
1 parent 139e8c3 commit a44603b

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.2'
43+
gem 'gon', '0.3.0'
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.2'
49+
config.gem 'gon', :version => '0.3.0'
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.2'
2+
VERSION = '0.3.0'
33
end

0 commit comments

Comments
 (0)