Skip to content

Commit

Permalink
Allow all versions of decidim >= 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed May 12, 2023
1 parent d2a2090 commit 0f0b161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/decidim/slider/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ module Decidim
# This holds the decidim-meetings version.
module Slider
def self.version
"0.0.1"
"0.0.2"
end

def self.decidim_version
"0.26.5"
">= 0.26.0"
end
end
end

0 comments on commit 0f0b161

Please sign in to comment.