diff --git a/Gemfile.lock b/Gemfile.lock index 8d90d68..d53a9a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire-spark (0.1.4) + hotwire-spark (0.1.5) listen rails (>= 8.0.0) zeitwerk diff --git a/lib/hotwire/spark/version.rb b/lib/hotwire/spark/version.rb index b45ebf0..70b2a40 100644 --- a/lib/hotwire/spark/version.rb +++ b/lib/hotwire/spark/version.rb @@ -1,5 +1,5 @@ module Hotwire module Spark - VERSION = "0.1.4" + VERSION = "0.1.5" end end