Skip to content

Commit

Permalink
6.0.0.pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari committed Dec 20, 2020
1 parent 722a88d commit bb16e5a
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:
webpacker (6.0.0.pre.1)
webpacker (6.0.0.pre.2)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/webpacker/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Webpacker
# Change the version in package.json too, please!
VERSION = "6.0.0.pre.1".freeze
VERSION = "6.0.0.pre.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": "@rails/webpacker",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"main": "package/index.js",
"files": [
Expand Down

0 comments on commit bb16e5a

Please sign in to comment.