diff --git a/Gemfile.lock b/Gemfile.lock index fd3e043..8a77b52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - deliver (0.3.1) + deliver (0.3.2) capybara (~> 2.4.3) colored commander (~> 4.2.0) @@ -86,7 +86,7 @@ GEM simplecov-html (~> 0.8.0) simplecov-html (0.8.0) slop (3.6.0) - snapshot (0.2.1) + snapshot (0.2.3) colored commander (~> 4.2.0) fastimage (~> 1.6.3) diff --git a/lib/deliver/version.rb b/lib/deliver/version.rb index 6ab22ba..9bc1361 100644 --- a/lib/deliver/version.rb +++ b/lib/deliver/version.rb @@ -1,3 +1,3 @@ module Deliver - VERSION = "0.3.1" + VERSION = "0.3.2" end