Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Feb 12, 2024
1 parent 6395d48 commit 4551740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-action_delegator (0.8.0)
decidim-action_delegator (0.8.1)
decidim-admin (>= 0.27.0, < 0.28)
decidim-consultations (>= 0.27.0, < 0.28)
decidim-core (>= 0.27.0, < 0.28)
Expand Down Expand Up @@ -870,4 +870,4 @@ RUBY VERSION
ruby 3.0.6p216

BUNDLED WITH
2.3.24
2.4.22
2 changes: 1 addition & 1 deletion lib/decidim/action_delegator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Decidim
# This holds the decidim-action_delegator version.
module ActionDelegator
VERSION = "0.8.0"
VERSION = "0.8.1"
DECIDIM_VERSION = "0.27.4"
COMPAT_DECIDIM_VERSION = [">= 0.27.0", "< 0.28"].freeze
end
Expand Down

0 comments on commit 4551740

Please sign in to comment.