Skip to content

Commit 0d5ca6c

Browse files
committed
Prep for release
1 parent 48e44f8 commit 0d5ca6c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/assets/builds/@turbo-boost/commands.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/builds/@turbo-boost/commands.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/javascript/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.3.0'
1+
export default '0.3.1'

lib/turbo_boost/commands/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module TurboBoost
44
module Commands
5-
VERSION = "0.3.0"
5+
VERSION = "0.3.1"
66
end
77
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo-boost/commands",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Commands to help you build robust reactive applications with Rails & Hotwire.",
55
"keywords": [
66
"hotwire",

0 commit comments

Comments
 (0)