Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 29, 2024
1 parent 357434e commit 3587feb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.2.0'
export default '0.2.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.2.0"
VERSION = "0.2.1"
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.2.0",
"version": "0.2.1",
"description": "Commands to help you build robust reactive applications with Rails & Hotwire.",
"keywords": [
"hotwire",
Expand Down
2 changes: 1 addition & 1 deletion turbo_boost-commands.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 3.0"
s.add_dependency "rails", ">= 6.1"
s.add_dependency "turbo-rails", ">= 1.1"
s.add_dependency "turbo_boost-streams", ">= 0.1.10"
s.add_dependency "turbo_boost-streams", ">= 0.1.11"
s.add_dependency "universalid", ">= 0.1.7"

# s.add_development_dependency "web-console"
Expand Down

0 comments on commit 3587feb

Please sign in to comment.