Skip to content

Commit

Permalink
Bump to 3.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed Mar 14, 2014
1 parent 12a9ca9 commit 89e498c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.1 (Unreleased)
## 3.0.1

- [#340](https://github.com/airblade/paper_trail/issues/340) - Prevent potential error encountered when using the `InstallGenerator`
with Rails `4.1.0.rc1`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'`
`gem 'paper_trail', '~> 3.0.1'`

2. Generate a migration which will add a `versions` table to your database.

Expand All @@ -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.0'`
`gem 'paper_trail', '~> 3.0.1'`

2. Generate a migration to add a `versions` table to your database.

Expand Down
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PaperTrail
VERSION = '3.0.0'
VERSION = '3.0.1'
end

1 comment on commit 89e498c

@airblade
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍻

Please sign in to comment.