diff --git a/Gemfile.lock b/Gemfile.lock index c577f48a..7bf285f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-plans (0.16.8) + decidim-plans (0.16.9) 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 fed92152..97c61849 100644 --- a/lib/decidim/plans/version.rb +++ b/lib/decidim/plans/version.rb @@ -2,7 +2,7 @@ module Decidim module Plans - VERSION = "0.16.8" + VERSION = "0.16.9" DECIDIM_VERSION = "~> 0.16.0" end end