diff --git a/Gemfile.lock b/Gemfile.lock index b2a7a0f8..b42105c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-plans (0.16.5) + decidim-plans (0.16.6) decidim-core (~> 0.16.0) decidim-proposals (~> 0.16.0) diff --git a/lib/decidim/plans/version.rb b/lib/decidim/plans/version.rb index 82ba6867..05842cc5 100644 --- a/lib/decidim/plans/version.rb +++ b/lib/decidim/plans/version.rb @@ -2,7 +2,7 @@ module Decidim module Plans - VERSION = "0.16.5" + VERSION = "0.16.6" DECIDIM_VERSION = "~> 0.16.0" end end