Update release version in README.

This commit is contained in:
Miloš Hadžić 2013-03-06 17:40:41 +01:00
parent fabdc621ff
commit befac17160

View File

@ -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: