From befac17160900f7521392e78d6374925e26a93be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milos=CC=8C=20Hadz=CC=8Cic=CC=81?= Date: Wed, 6 Mar 2013 17:40:41 +0100 Subject: [PATCH] Update release version in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10332666..42b3120f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For now, the easiest way to install `ActiveModel::Serializers` is to add it to your `Gemfile`: ```ruby -gem "active_model_serializers", "~> 0.6.0" +gem "active_model_serializers", "~> 0.7.0" ``` Then, install it on the command line: