From 2df4a2b10675b5b21806f5d92ea8a1b7a1eb06b7 Mon Sep 17 00:00:00 2001 From: Jose Farias Date: Wed, 24 Apr 2024 11:11:13 -0600 Subject: [PATCH] Bump version for 0.2.3 --- 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 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",