Merge pull request #222 from miloshadzic/master

Update release version in README.
This commit is contained in:
Steve Klabnik 2013-03-06 11:26:42 -08:00
commit 85a7529dc9

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: