Skip to content

Commit

Permalink
Bump version (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandfardeau authored Apr 19, 2023
1 parent c2dcdfd commit c3c5ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GIT
PATH
remote: .
specs:
decidim-cleaner (4.0.0)
decidim-cleaner (4.1.0)
decidim-core (~> 0.28.dev)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/cleaner/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Decidim
# This holds the decidim-meetings version.
module Cleaner
def self.version
"4.0.0"
"4.1.0"
end

def self.compatible_decidim_version
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/decidim/cleaner/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Decidim
subject { described_class }

it "has version" do
expect(subject.version).to eq("4.0.0")
expect(subject.version).to eq("4.1.0")
end

it "has decidim version compatibility" do
Expand Down

0 comments on commit c3c5ce8

Please sign in to comment.