diff --git a/Gemfile.lock b/Gemfile.lock index 42864004..bf36731b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/shakapacker/version.rb b/lib/shakapacker/version.rb index 71204acb..6a688a2d 100644 --- a/lib/shakapacker/version.rb +++ b/lib/shakapacker/version.rb @@ -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 diff --git a/package.json b/package.json index 34c8f435..94995b81 100644 --- a/package.json +++ b/package.json @@ -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": {