Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed May 29, 2024
1 parent 48e44f8 commit 0d5ca6c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/builds/@turbo-boost/commands.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/builds/@turbo-boost/commands.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/javascript/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.3.0'
export default '0.3.1'
2 changes: 1 addition & 1 deletion lib/turbo_boost/commands/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module TurboBoost
module Commands
VERSION = "0.3.0"
VERSION = "0.3.1"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo-boost/commands",
"version": "0.3.0",
"version": "0.3.1",
"description": "Commands to help you build robust reactive applications with Rails & Hotwire.",
"keywords": [
"hotwire",
Expand Down

0 comments on commit 0d5ca6c

Please sign in to comment.