Skip to content

Commit 44a4649

Browse files
committed
Change gem version to v0.6.0.beta
1 parent 418a013 commit 44a4649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gem 'jsonapi-utils', '~> 0.4.9'
6565
For Rails 5:
6666

6767
```ruby
68-
gem 'jsonapi-utils', '~> 0.5.2'
68+
gem 'jsonapi-utils', '~> 0.6.0.beta'
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.2'.freeze
3+
VERSION = '0.6.0.beta'.freeze
44
end
55
end

0 commit comments

Comments
 (0)