Skip to content

Commit 3de99e4

Browse files
committed
v3.5.0.rc4
1 parent dd140c3 commit 3de99e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 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.0.rc3)
4+
stimulus_reflex (3.5.0.rc4)
55
actioncable (>= 5.2, < 8)
66
actionpack (>= 5.2, < 8)
77
actionview (>= 5.2, < 8)

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.0.rc3"
4+
VERSION = "3.5.0.rc4"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stimulus_reflex",
3-
"version": "3.5.0-rc3",
3+
"version": "3.5.0-rc4",
44
"description": "Build reactive applications with the Rails tooling you already know and love.",
55
"keywords": [
66
"ruby",

0 commit comments

Comments
 (0)