Skip to content

Commit

Permalink
Release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Aug 29, 2024
1 parent f19b276 commit 3255e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shakapacker (8.0.1)
shakapacker (8.0.2)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/shakapacker/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Shakapacker
# Change the version in package.json too, please!
VERSION = "8.0.1".freeze
VERSION = "8.0.2".freeze
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shakapacker",
"version": "8.0.1",
"version": "8.0.2",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"homepage": "https://github.com/shakacode/shakapacker",
"bugs": {
Expand Down

0 comments on commit 3255e71

Please sign in to comment.