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 27, 2024
1 parent 13d071f commit b181ba2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</h1>
<p align="center">
<a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/">
<img alt="Lines of Code" src="https://img.shields.io/badge/loc-1735-47d299.svg" />
<img alt="Lines of Code" src="https://img.shields.io/badge/loc-1736-47d299.svg" />
</a>
<a href="https://codeclimate.com/github/hopsoft/turbo_boost-commands/maintainability">
<img src="https://api.codeclimate.com/v1/badges/fe1162a742fe83a4fdfd/maintainability" />
Expand Down
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.2'
export default '0.3.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.2.2"
VERSION = "0.3.0"
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.2.2",
"version": "0.3.0",
"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 @@ -45,7 +45,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rouge"
s.add_development_dependency "runfile"
s.add_development_dependency "sprockets-rails"
s.add_development_dependency "sqlite3", "~> 1.4"
s.add_development_dependency "sqlite3", "~> 1.7" # NOTE: ActiveRecord pins sqlite3 to "~> 1.4"
s.add_development_dependency "standardrb"
s.add_development_dependency "tailwindcss-rails"
s.add_development_dependency "webdrivers"
Expand Down

0 comments on commit b181ba2

Please sign in to comment.