From f7b24696fa58337fe90121d382746d48467630f3 Mon Sep 17 00:00:00 2001 From: did Date: Wed, 16 Sep 2015 14:46:00 +0200 Subject: [PATCH] bump version to 0.0.5 --- Gemfile.lock | 2 +- lib/locomotive/common/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49078ea..2f26ffb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - locomotivecms_common (0.0.4) + locomotivecms_common (0.0.5) activesupport (~> 4.2.1) attr_extras (~> 4.4.0) colorize diff --git a/lib/locomotive/common/version.rb b/lib/locomotive/common/version.rb index 4c4ea95..8ecc804 100644 --- a/lib/locomotive/common/version.rb +++ b/lib/locomotive/common/version.rb @@ -1,5 +1,5 @@ module Locomotive module Common - VERSION = '0.0.4' + VERSION = '0.0.5' end end