Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 21, 2024
1 parent 0658a7b commit 16992cc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.1.2'
export default '0.2.0'
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.1.2"
VERSION = "0.2.0"
end
end
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "0.2.0",
"description": "Commands to help you build robust reactive applications with Rails & Hotwire.",
"keywords": [
"hotwire",
Expand Down

0 comments on commit 16992cc

Please sign in to comment.