diff --git a/lib/stimulus_tag_helper/version.rb b/lib/stimulus_tag_helper/version.rb index f49721a..260972b 100644 --- a/lib/stimulus_tag_helper/version.rb +++ b/lib/stimulus_tag_helper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module StimulusTagHelper - VERSION = "0.4.0" + VERSION = "0.4.1" end