From 4078081ce71e9d00c1a0f064916f2a9eb44f7d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Wed, 25 Oct 2023 15:40:45 +0200 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/decidim/reporting_proposals/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 07b2381..171c9a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-reporting_proposals (0.5.1) + decidim-reporting_proposals (0.5.2) decidim-admin (>= 0.27.0, < 0.28) decidim-core (>= 0.27.0, < 0.28) decidim-participatory_processes (>= 0.27.0, < 0.28) diff --git a/lib/decidim/reporting_proposals/version.rb b/lib/decidim/reporting_proposals/version.rb index efecca1..43ada77 100644 --- a/lib/decidim/reporting_proposals/version.rb +++ b/lib/decidim/reporting_proposals/version.rb @@ -2,7 +2,7 @@ module Decidim module ReportingProposals - VERSION = "0.5.1" + VERSION = "0.5.2" DECIDIM_VERSION = "0.27.4" COMPAT_DECIDIM_VERSION = [">= 0.27.0", "< 0.28"].freeze