From 1b3c8931f76c79faf3210fbd9eeced57a76c45e7 Mon Sep 17 00:00:00 2001 From: did Date: Tue, 8 Mar 2016 16:20:03 +0100 Subject: [PATCH] bump version to 0.1.0 --- 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 297b89b..a79a9cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - locomotivecms_common (0.0.5) + locomotivecms_common (0.1.0) activesupport (~> 4.2.5.2) attr_extras (~> 4.4.0) colorize diff --git a/lib/locomotive/common/version.rb b/lib/locomotive/common/version.rb index 8ecc804..2045b45 100644 --- a/lib/locomotive/common/version.rb +++ b/lib/locomotive/common/version.rb @@ -1,5 +1,5 @@ module Locomotive module Common - VERSION = '0.0.5' + VERSION = '0.1.0' end end