From 8fca74ec5fce2e4438bd141fb4a8ec8ee0703dae Mon Sep 17 00:00:00 2001 From: Anton Topchii Date: Tue, 8 Oct 2024 23:06:51 +0300 Subject: [PATCH] bumb gem version --- lib/stimulus_tag_helper/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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