From a972448a0af1c2939d4ad51c0ec4a6acf71e2ca9 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Thu, 19 Dec 2024 14:19:03 +0100 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/hotwire/spark/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6f08659c..8d90d687 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire-spark (0.1.3) + hotwire-spark (0.1.4) listen rails (>= 8.0.0) zeitwerk diff --git a/lib/hotwire/spark/version.rb b/lib/hotwire/spark/version.rb index 15065b7c..b45ebf0c 100644 --- a/lib/hotwire/spark/version.rb +++ b/lib/hotwire/spark/version.rb @@ -1,5 +1,5 @@ module Hotwire module Spark - VERSION = "0.1.3" + VERSION = "0.1.4" end end