Skip to content

Commit

Permalink
fix initializer name
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Apr 6, 2022
1 parent 2893107 commit de05074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bundle exec rails decidim_navigation_maps:webpacker:install
bundle exec rails db:migrate
```

> NOTE: the `decidim_notify:webpacker:install` is only necessary for Decidim versions starting at 0.25.
> NOTE: the `decidim_navigation_maps:webpacker:install` is only necessary for Decidim versions starting at 0.25.
If you are upgrading from a version prior to 1.3, make sure that you migrate your existing images to Active Storae:

Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/navigation_maps/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Engine < ::Rails::Engine
Cell::ViewModel.view_paths << File.expand_path("#{Decidim::NavigationMaps::Engine.root}/app/views") # for partials
end

initializer "decidim_notify.webpacker.assets_path" do
initializer "decidim_navigation_maps.webpacker.assets_path" do
Decidim.register_assets_path File.expand_path("app/packs", root)
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/navigation_maps/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Decidim
# This holds the decidim-meetings version.
module NavigationMaps
VERSION = "1.3.3"
VERSION = "1.3.4"
DECIDIM_VERSION = [">= 0.25", "< 0.27"].freeze
end
end

0 comments on commit de05074

Please sign in to comment.