Skip to content

Commit

Permalink
add 0.10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Nov 9, 2023
1 parent 2632ee6 commit 13e3538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,13 @@ RAILS_ENV=production bin/rails decidim_awesome:active_storage_migrations:check_m
```

The correct version of Decidim Awesome should resolved automatically by the Bundler.
However you can force some specific version using `gem "decidim-decidim_awesome", "~> 0.8.0"` in the Gemfile.
However you can force some specific version using `gem "decidim-decidim_awesome", "~> 0.10.0"` in the Gemfile.

Depending on your Decidim version, choose the corresponding Awesome version to ensure compatibility:

| Awesome version | Compatible Decidim versions |
|---|---|
| 0.10.0 | >= 0.26.7, >= 0.27.3 |
| 0.9.2 | >= 0.26.7, >= 0.27.3 |
| 0.9.x | 0.26.x, 0.27.x |
| 0.8.x | 0.25.x, 0.26.x |
Expand Down

0 comments on commit 13e3538

Please sign in to comment.