From 3de99e49b5bc4bc477d92a3c550eb7b7cf56a8b7 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Tue, 12 Mar 2024 07:29:41 +0100 Subject: [PATCH] `v3.5.0.rc4` --- Gemfile.lock | 2 +- lib/stimulus_reflex/version.rb | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8967a75c..c82a4fb1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stimulus_reflex (3.5.0.rc3) + stimulus_reflex (3.5.0.rc4) actioncable (>= 5.2, < 8) actionpack (>= 5.2, < 8) actionview (>= 5.2, < 8) diff --git a/lib/stimulus_reflex/version.rb b/lib/stimulus_reflex/version.rb index 1b0532c7..eb70c15e 100644 --- a/lib/stimulus_reflex/version.rb +++ b/lib/stimulus_reflex/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module StimulusReflex - VERSION = "3.5.0.rc3" + VERSION = "3.5.0.rc4" end diff --git a/package.json b/package.json index 92c93271..3d17a503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stimulus_reflex", - "version": "3.5.0-rc3", + "version": "3.5.0-rc4", "description": "Build reactive applications with the Rails tooling you already know and love.", "keywords": [ "ruby",