diff --git a/Gemfile.lock b/Gemfile.lock index 2f49046..0b8ec84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hotwire_combobox (0.2.2) + hotwire_combobox (0.2.3) 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 54653ad..bcc0f85 100644 --- a/lib/hotwire_combobox/version.rb +++ b/lib/hotwire_combobox/version.rb @@ -1,3 +1,3 @@ module HotwireCombobox - VERSION = "0.2.2" + VERSION = "0.2.3" end diff --git a/package.json b/package.json index e7cec59..b368833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@josefarias/hotwire_combobox", - "version": "0.2.2", + "version": "0.2.3", "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",