Skip to content

Commit

Permalink
Update gem's version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagopog committed Jan 20, 2017
1 parent 55f9ae5 commit dce41c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Support:
For Rails 4.x add this to your application's Gemfile:

```ruby
gem 'jsonapi-utils', '~> 0.4.7'
gem 'jsonapi-utils', '~> 0.4.8'
```

For Rails 5, specify the `0.5.x` version in the Gemfile:

```ruby
gem 'jsonapi-utils', '0.5.0'
gem 'jsonapi-utils', '0.5.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/jsonapi/utils/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module JSONAPI
module Utils
VERSION = '0.5.0'.freeze
VERSION = '0.5.1'.freeze
end
end

0 comments on commit dce41c6

Please sign in to comment.