From b9c9f1c08ba1b953798b7b4770713c6726395409 Mon Sep 17 00:00:00 2001 From: Jose Farias Date: Sun, 4 Feb 2024 04:04:33 -0600 Subject: [PATCH] Bump version for 0.1.25 --- Gemfile.lock | 2 +- lib/hotwire_combobox/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 831a22c..59f230d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire_combobox (0.1.24) + hotwire_combobox (0.1.25) rails (>= 7.0.7.2) stimulus-rails (>= 1.2) turbo-rails (>= 1.2) diff --git a/lib/hotwire_combobox/version.rb b/lib/hotwire_combobox/version.rb index 2a12efd..65a74a6 100644 --- a/lib/hotwire_combobox/version.rb +++ b/lib/hotwire_combobox/version.rb @@ -1,3 +1,3 @@ module HotwireCombobox - VERSION = "0.1.24" + VERSION = "0.1.25" end