From bfe63bbadcf38cbdd434e15ac57991049db8b7d8 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Sun, 15 Dec 2024 10:00:52 +0100 Subject: [PATCH] `v3.5.3` --- 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 475146fc..b6512e7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stimulus_reflex (3.5.2) + stimulus_reflex (3.5.3) actioncable (>= 5.2) actionpack (>= 5.2) actionview (>= 5.2) diff --git a/lib/stimulus_reflex/version.rb b/lib/stimulus_reflex/version.rb index a8efebf7..32c03c09 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.2" + VERSION = "3.5.3" end diff --git a/package.json b/package.json index befdb4f0..ab5acb67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stimulus_reflex", - "version": "3.5.2", + "version": "3.5.3", "description": "Build reactive applications with the Rails tooling you already know and love.", "keywords": [ "ruby",