Promote to v2.0.1

This commit is contained in:
Andy Stewart 2011-02-25 15:31:42 +00:00
parent 64fa2cbfaf
commit a530dbb729
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
paper_trail (2.0.0)
paper_trail (2.0.1)
rails (~> 3)
GEM

View File

@ -1,3 +1,3 @@
module PaperTrail
VERSION = '2.0.0'
VERSION = '2.0.1'
end