Skip to content

Commit 23398d7

Browse files
committedJan 27, 2015
Bump versions for prerelease eventmachine fix
1 parent 14a86ef commit 23398d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mailcatcher (0.6.0)
4+
mailcatcher (0.6.0pre1)
55
activesupport (>= 4.0.0, < 5)
66
eventmachine (~> 1.0.0, != 1.0.4)
77
mail (~> 2.3)

‎lib/mail_catcher/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MailCatcher
2-
VERSION = "0.6.0"
2+
VERSION = "0.6.0pre1"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.