From f700dadeaebc66fd1c8417649720ea62b29fe30b Mon Sep 17 00:00:00 2001 From: Jose Farias Date: Fri, 31 May 2024 08:53:58 -0600 Subject: [PATCH] Bump version for 0.3.1 --- Gemfile.lock | 2 +- lib/hotwire_combobox/version.rb | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c99a2c..f76b1dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire_combobox (0.3.0) + hotwire_combobox (0.3.1) 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 54a836b..182a646 100644 --- a/lib/hotwire_combobox/version.rb +++ b/lib/hotwire_combobox/version.rb @@ -1,3 +1,3 @@ module HotwireCombobox - VERSION = "0.3.0" + VERSION = "0.3.1" end diff --git a/package.json b/package.json index fb0416a..9fabc83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@josefarias/hotwire_combobox", - "version": "0.3.0", + "version": "0.3.1", "description": "An autocomplete combobox implementation for Ruby on Rails apps using Hotwire.", "module": "app/assets/javascripts/hotwire_combobox.esm.js", "main": "app/assets/javascripts/hotwire_combobox.umd.js",