From 18120cc8397392974623246ba9641122c67f8ebc Mon Sep 17 00:00:00 2001 From: Qolzam Date: Thu, 1 Feb 2018 13:37:58 +0700 Subject: [PATCH] [Version] Change to v0.5.2 --- public/index.html | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 4c48cd9..0f99df9 100644 --- a/public/index.html +++ b/public/index.html @@ -122,7 +122,7 @@ - + \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 74fe5e1..dfc00e1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -64,7 +64,7 @@ module.exports = { output: { publicPath: '/', path: path.resolve(__dirname, './public'), - filename: 'bundle-v0.5.1.js', + filename: 'bundle-v0.5.2.js', }, resolve: {