From d7fb81e7131b6b353b2d2ae7612172fc45d5d197 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Thu, 26 Dec 2024 20:12:42 +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 9aa7b89..ad8c9ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire-spark (0.1.11) + hotwire-spark (0.1.12) listen rails (>= 7.0.0) zeitwerk diff --git a/lib/hotwire/spark/version.rb b/lib/hotwire/spark/version.rb index 673b18b..5e5674a 100644 --- a/lib/hotwire/spark/version.rb +++ b/lib/hotwire/spark/version.rb @@ -1,5 +1,5 @@ module Hotwire module Spark - VERSION = "0.1.11" + VERSION = "0.1.12" end end