Skip to content

Commit

Permalink
Bump version for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed Mar 22, 2024
1 parent 38d0d86 commit fd2cb56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hotwire_combobox (0.1.43)
hotwire_combobox (0.2.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HotwireCombobox
VERSION = "0.1.43"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@josefarias/hotwire_combobox",
"version": "0.1.43",
"version": "0.2.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 fd2cb56

Please sign in to comment.