Skip to content

Commit

Permalink
Bump version for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed May 4, 2024
1 parent 6ae8c96 commit b44e34c
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.5)
hotwire_combobox (0.3.0)
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.5"
VERSION = "0.3.0"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@josefarias/hotwire_combobox",
"version": "0.2.5",
"version": "0.3.0",
"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 b44e34c

Please sign in to comment.