We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f9ae5 commit dce41c6Copy full SHA for dce41c6
README.md
@@ -59,13 +59,13 @@ Support:
59
For Rails 4.x add this to your application's Gemfile:
60
61
```ruby
62
-gem 'jsonapi-utils', '~> 0.4.7'
+gem 'jsonapi-utils', '~> 0.4.8'
63
```
64
65
For Rails 5, specify the `0.5.x` version in the Gemfile:
66
67
68
-gem 'jsonapi-utils', '0.5.0'
+gem 'jsonapi-utils', '0.5.1'
69
70
71
And then execute:
lib/jsonapi/utils/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Utils
3
- VERSION = '0.5.0'.freeze
+ VERSION = '0.5.1'.freeze
4
end
5
0 commit comments