Skip to content

Commit

Permalink
Bump version for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed May 31, 2024
1 parent f457b49 commit f700dad
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.3.0)
hotwire_combobox (0.3.1)
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.3.0"
VERSION = "0.3.1"
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.3.0",
"version": "0.3.1",
"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 f700dad

Please sign in to comment.