From 56fc14ed85928014cc320d591aacb030a864f585 Mon Sep 17 00:00:00 2001 From: Jason Casden Date: Sun, 6 Nov 2016 15:55:28 -0500 Subject: [PATCH] Lentil 1.0.3 --- Gemfile.lock | 2 +- lib/lentil/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7d9ce0c..51d63fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lentil (1.0.2) + lentil (1.0.3) activeadmin (~> 1.0.0.pre4) bootstrap-sass (~> 2.3.0) compass-rails (~> 3.0.2) diff --git a/lib/lentil/version.rb b/lib/lentil/version.rb index 7032647..7585b2c 100644 --- a/lib/lentil/version.rb +++ b/lib/lentil/version.rb @@ -1,3 +1,3 @@ module Lentil - VERSION = "1.0.2" + VERSION = "1.0.3" end