README.markdown in acts_as_votable-0.7.0 vs README.markdown in acts_as_votable-0.7.1

- old
+ new

@@ -16,10 +16,10 @@ ### Rails 3.0, 3.1, 3.2, and 4.0+ Just add the following to your Gemfile. ```ruby -gem 'acts_as_votable', '~> 0.7.0' +gem 'acts_as_votable', '~> 0.7.1' ``` And follow that up with a ``bundle install``. ### Database Migrations