diff --git a/Gemfile.lock b/Gemfile.lock index 059f926..864222c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire_combobox (0.1.38) + hotwire_combobox (0.1.39) 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 fd6bb1d..4bf2ee2 100644 --- a/lib/hotwire_combobox/version.rb +++ b/lib/hotwire_combobox/version.rb @@ -1,3 +1,3 @@ module HotwireCombobox - VERSION = "0.1.38" + VERSION = "0.1.39" end diff --git a/package.json b/package.json index 84e9f19..902e820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@josefarias/hotwire_combobox", - "version": "0.1.38", + "version": "0.1.39", "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",