diff --git a/Gemfile.lock b/Gemfile.lock index a98f5c4..df66a2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lentil (0.9.0) + lentil (0.9.1) activeadmin (~> 0.6.3) bootstrap-sass (~> 2.3.0) compass-rails (~> 3.0.2) diff --git a/lib/lentil/version.rb b/lib/lentil/version.rb index 6599475..f8609ca 100644 --- a/lib/lentil/version.rb +++ b/lib/lentil/version.rb @@ -1,3 +1,3 @@ module Lentil - VERSION = "0.9.0" + VERSION = "0.9.1" end