diff --git a/Gemfile.lock b/Gemfile.lock index a8890e0..4a6c2eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - frameit (0.1.4) + frameit (0.1.5) colored commander (~> 4.2.0) deliver (~> 0.3) @@ -93,7 +93,7 @@ GEM simplecov-html (~> 0.8.0) simplecov-html (0.8.0) slop (3.6.0) - snapshot (0.3.1) + snapshot (0.3.2) colored commander (~> 4.2.0) fastimage (~> 1.6.3) diff --git a/lib/frameit/version.rb b/lib/frameit/version.rb index 99550e6..b4c21c2 100644 --- a/lib/frameit/version.rb +++ b/lib/frameit/version.rb @@ -1,3 +1,3 @@ module Frameit - VERSION = "0.1.4" + VERSION = "0.1.5" end