Skip to content

Commit b64b46d

Browse files
committed
Bump version to 1.1.3
1 parent 0c5887e commit b64b46d

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
@@ -84,13 +84,13 @@ alert(customNamespace.yourHash)
8484
Puts this line into `Gemfile` then run `$ bundle`:
8585

8686
``` ruby
87-
gem 'gon', '1.1.2'
87+
gem 'gon', '1.1.3'
8888
```
8989

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

9292
``` ruby
93-
config.gem 'gon', :version => '1.1.2'
93+
config.gem 'gon', :version => '1.1.3'
9494
```
9595

9696
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.1.2'
2+
VERSION = '1.1.3'
33
end

0 commit comments

Comments
 (0)