diff --git a/Gemfile.lock b/Gemfile.lock index 4ac2c03..d56ca11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dashboard (0.1.6) + dashboard (0.1.8) activerecord-import bcrypt_pbkdf cssbundling-rails diff --git a/lib/dashboard/version.rb b/lib/dashboard/version.rb index 355ad0d..74712fc 100644 --- a/lib/dashboard/version.rb +++ b/lib/dashboard/version.rb @@ -1,3 +1,3 @@ module Dashboard - VERSION = "0.1.7" + VERSION = "0.1.8" end