diff --git a/Gemfile.lock b/Gemfile.lock index feb9709..b264ee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lentil (0.4.2) + lentil (0.5.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 1a7899f..9a46ad3 100644 --- a/lib/lentil/version.rb +++ b/lib/lentil/version.rb @@ -1,3 +1,3 @@ module Lentil - VERSION = "0.4.2" + VERSION = "0.5.0" end