Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 5aca33c

Browse files
committed
Version bump
1 parent 415c72f commit 5aca33c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
deliver (0.4.1)
4+
deliver (0.4.2)
55
capybara (~> 2.4.3)
66
colored
77
commander (~> 4.2.0)
@@ -61,7 +61,7 @@ GEM
6161
coderay (~> 1.1.0)
6262
method_source (~> 0.8.1)
6363
slop (~> 3.4)
64-
rack (1.5.2)
64+
rack (1.6.0)
6565
rack-test (0.6.2)
6666
rack (>= 1.0)
6767
rake (10.3.2)
@@ -96,7 +96,7 @@ GEM
9696
webmock (1.19.0)
9797
addressable (>= 2.3.6)
9898
crack (>= 0.3.2)
99-
websocket-driver (0.5.0)
99+
websocket-driver (0.5.1)
100100
websocket-extensions (>= 0.1.0)
101101
websocket-extensions (0.1.1)
102102
xpath (2.0.0)

lib/deliver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Deliver
2-
VERSION = "0.4.1"
2+
VERSION = "0.4.2"
33
end

0 commit comments

Comments
 (0)