Bump version number on README to point to latest release [ci skip]

This commit is contained in:
Ben Atkins 2014-10-10 10:32:31 -04:00
parent 7e857f1946
commit 5a95d22f0d
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ The Rails 2.3 code is on the [`rails2`](https://github.com/airblade/paper_trail/
1. Add PaperTrail to your `Gemfile`.
`gem 'paper_trail', '~> 3.0.5'`
`gem 'paper_trail', '~> 3.0.6'`
2. Generate a migration which will add a `versions` table to your database.
@ -64,7 +64,7 @@ your applications `ActiveRecord` connection in a manner similar to the way `Rail
1. Add PaperTrail to your `Gemfile`.
`gem 'paper_trail', '~> 3.0.5'`
`gem 'paper_trail', '~> 3.0.6'`
2. Generate a migration to add a `versions` table to your database.