Skip to content

Commit

Permalink
Bump version for 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed May 4, 2024
1 parent a7bdfd9 commit 6333921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hotwire_combobox (0.2.3)
hotwire_combobox (0.2.4)
rails (>= 7.0.7.2)
stimulus-rails (>= 1.2)
turbo-rails (>= 1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/hotwire_combobox/version.rb
@@ -1,3 +1,3 @@
module HotwireCombobox
VERSION = "0.2.3"
VERSION = "0.2.4"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@josefarias/hotwire_combobox",
"version": "0.2.3",
"version": "0.2.4",
"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",
Expand Down

0 comments on commit 6333921

Please sign in to comment.