Skip to content

Commit d28173e

Browse files
committed
Bump version to 1.1.0
1 parent 281dcc0 commit d28173e

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

4848
``` ruby
49-
gem 'gon', '1.0.0'
49+
gem 'gon', '1.1.0'
5050
```
5151

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

5454
``` ruby
55-
config.gem 'gon', :version => '1.0.0'
55+
config.gem 'gon', :version => '1.1.0'
5656
```
5757

5858
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 = '1.0.0'
2+
VERSION = '1.1.0'
33
end

0 commit comments

Comments
 (0)