Skip to content

Commit

Permalink
Bump module version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Oct 8, 2024
1 parent 5e2a959 commit 1a43900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Following Semantic Versioning 2.

## next version:

## Version 0.4.0 (MINOR)
- Create solutions by users in public page and admins can show and manage the users solutions.

## Version 0.3.3 (PATCH)
- Fix update challenge with a card image

Expand Down
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-challenges (0.3.3)
decidim-challenges (0.4.0)
decidim-core (~> 0.27)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/challenges/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds the decidim-meetings version.
module Challenges
def self.version
"0.3.3"
"0.4.0"
end

def self.decidim_version
Expand Down

0 comments on commit 1a43900

Please sign in to comment.