Skip to content

Commit dce41c6

Browse files
committed
Update gem's version
1 parent 55f9ae5 commit dce41c6

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
@@ -59,13 +59,13 @@ Support:
5959
For Rails 4.x add this to your application's Gemfile:
6060

6161
```ruby
62-
gem 'jsonapi-utils', '~> 0.4.7'
62+
gem 'jsonapi-utils', '~> 0.4.8'
6363
```
6464

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

6767
```ruby
68-
gem 'jsonapi-utils', '0.5.0'
68+
gem 'jsonapi-utils', '0.5.1'
6969
```
7070

7171
And then execute:

lib/jsonapi/utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JSONAPI
22
module Utils
3-
VERSION = '0.5.0'.freeze
3+
VERSION = '0.5.1'.freeze
44
end
55
end

0 commit comments

Comments
 (0)