Skip to content

Commit d959dc6

Browse files
committed
Bump version to 3.5.4
1 parent 48ba7f0 commit d959dc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stimulus_reflex (3.5.3)
4+
stimulus_reflex (3.5.4)
55
actioncable (>= 5.2)
66
actionpack (>= 5.2)
77
actionview (>= 5.2)
@@ -247,6 +247,7 @@ GEM
247247
zeitwerk (2.6.18)
248248

249249
PLATFORMS
250+
arm64-darwin-23
250251
arm64-darwin-24
251252
x86_64-darwin-19
252253
x86_64-darwin-22

lib/stimulus_reflex/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module StimulusReflex
4-
VERSION = "3.5.3"
4+
VERSION = "3.5.4"
55
end

0 commit comments

Comments
 (0)