Skip to content

Commit

Permalink
Bump to 4.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed Dec 14, 2015
1 parent d12a1dc commit 1fd3713
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 @@
## 4.0.1 (Unreleased)
## 4.0.1

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ has been destroyed.

1. Add PaperTrail to your `Gemfile`.

`gem 'paper_trail', '~> 4.0.0'`
`gem 'paper_trail', '~> 4.0.1'`

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

Expand All @@ -93,7 +93,7 @@ setting up your app with PaperTrail will look something like this:

1. Add PaperTrail to your `Gemfile`.

`gem 'paper_trail', '~> 4.0.0'`
`gem 'paper_trail', '~> 4.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
Expand Up @@ -2,7 +2,7 @@ module PaperTrail
module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit 1fd3713

Please sign in to comment.