From 0eecfe8408b1f296aa22f69da765450ff7332251 Mon Sep 17 00:00:00 2001 From: Tiago Guedes Date: Thu, 10 Mar 2016 16:06:58 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f1c6d9..0161b01 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ bringing to controllers a Rails-native way to render data. Add these lines to your application's Gemfile: ```ruby -gem 'jsonapi-resources', '~> 0.5.7' +gem 'jsonapi-resources', '~> 0.7.0' gem 'jsonapi-utils' ```