From 0ae1c572caf395a63b17c5b277189402364a3c35 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sun, 22 Dec 2024 22:33:31 +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 30100e1..138e0a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire-spark (0.1.8) + hotwire-spark (0.1.9) listen rails (>= 8.0.0) zeitwerk diff --git a/lib/hotwire/spark/version.rb b/lib/hotwire/spark/version.rb index 2bd284d..722d81e 100644 --- a/lib/hotwire/spark/version.rb +++ b/lib/hotwire/spark/version.rb @@ -1,5 +1,5 @@ module Hotwire module Spark - VERSION = "0.1.8" + VERSION = "0.1.9" end end