Bump 0.6.1

This commit is contained in:
Samuel Cochran 2015-02-04 09:38:15 +11:00
parent 8e77cde268
commit 0179a924a0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
mailcatcher (0.6.0)
mailcatcher (0.6.1)
activesupport (>= 4.0.0, < 5)
eventmachine (~> 1.0.0, <= 1.0.5)
mail (~> 2.3)

View File

@ -1,3 +1,3 @@
module MailCatcher
VERSION = "0.6.0"
VERSION = "0.6.1"
end