Skip to content

Commit 8af0ac1

Browse files
committed
Bump version and changelog
1 parent d0004bf commit 8af0ac1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGELOG
22

3+
## 3.0.3
4+
5+
* Include ActionView::Helpers into Gon::JBuilder
6+
* Added init option (@torbjon)
7+
38
## 3.0.2
49

5-
* Added need_tag option
10+
* Added need_tag option (@afa)
611

712
## 3.0.0
813

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,13 @@ Thats it!
349349
Puts this line into `Gemfile` then run `$ bundle`:
350350

351351
``` ruby
352-
gem 'gon', '3.0.2'
352+
gem 'gon', '3.0.3'
353353
```
354354

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

357357
``` ruby
358-
config.gem 'gon', :version => '3.0.2'
358+
config.gem 'gon', :version => '3.0.3'
359359
```
360360

361361
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 = '3.0.2'
2+
VERSION = '3.0.3'
33
end

0 commit comments

Comments
 (0)