Skip to content

Commit

Permalink
update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Mar 27, 2024
1 parent 8e2a98d commit fef85de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ bundle exec rails db:migrate
Depending on your Decidim version, you can choose the corresponding version to ensure compatibility:
| Version | Compatible Decidim versions |
|---|---|
| 0.2.x | 0.27.x |
|---------|-----------------------------|
| 0.2.x | 0.27.x |
| 0.3.x | 0.28.x |
## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/participatory_documents/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Decidim
module ParticipatoryDocuments
VERSION = "0.2.2"
VERSION = "0.3.0"
DECIDIM_VERSION = "0.28"
COMPAT_DECIDIM_VERSION = [">= 0.28", "< 0.29"].freeze
end
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decidim_module_participatory_documents",
"version": "0.1",
"version": "0.3.0",
"description": "A 3 steps proposals for Decidim",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fef85de

Please sign in to comment.