Skip to content

Commit

Permalink
fix override distance
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 22, 2024
1 parent b2bfc0f commit bf013d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decidim-reporting_proposals (0.6.1)
decidim-reporting_proposals (0.6.2)
decidim-admin (>= 0.28.1, < 0.29)
decidim-core (>= 0.28.1, < 0.29)
decidim-participatory_processes (>= 0.28.1, < 0.29)
Expand Down Expand Up @@ -383,7 +383,7 @@ GEM
ruby2_keywords
faraday_middleware (1.2.1)
faraday (~> 1.0)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- replace "erb[loud]:contains('card_for @proposal')" -->
<!-- replace "erb[loud]:contains('card_for proposal')" -->

<% if geocoding_comparison? %>
<div class="compare-by-distance mb-6">
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/reporting_proposals/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Decidim
module ReportingProposals
VERSION = "0.6.1"
VERSION = "0.6.2"
DECIDIM_VERSION = "0.28.4"
COMPAT_DECIDIM_VERSION = [">= 0.28.1", "< 0.29"].freeze
end
Expand Down

0 comments on commit bf013d8

Please sign in to comment.