From ee49767ec2b1a11927e53554753b08a06b51552d Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Tue, 25 Nov 2014 22:22:09 +0000 Subject: [PATCH] Version bump --- Gemfile.lock | 4 ++-- lib/frameit/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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