From 4c61d18e7b524e3965b69ee0a4823556ee52a29d Mon Sep 17 00:00:00 2001 From: Jason Casden Date: Tue, 3 Mar 2015 14:41:59 -0500 Subject: [PATCH] Update version --- Gemfile.lock | 2 +- lib/lentil/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6cc09f8..791a634 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lentil (0.3.1) + lentil (0.4.0) activeadmin (~> 0.6.3) bootstrap-sass (~> 2.3.0) chosen-rails (~> 1.2.0) diff --git a/lib/lentil/version.rb b/lib/lentil/version.rb index e4015f2..6d8fd45 100644 --- a/lib/lentil/version.rb +++ b/lib/lentil/version.rb @@ -1,3 +1,3 @@ module Lentil - VERSION = "0.3.1" + VERSION = "0.4.0" end