diff --git a/demo/dist/index-bundle.js b/demo/dist/index-bundle.js index ae932ef..ecf103c 100644 --- a/demo/dist/index-bundle.js +++ b/demo/dist/index-bundle.js @@ -1,4 +1,4 @@ -// [AIV] Build version: 0.5.2 +// [AIV] Build version: 0.6.0 /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; @@ -71,7 +71,7 @@ /* 0 */ /***/ (function(module, exports) { -module.exports = "TitleMy awesome project | 0.5.2>" +module.exports = "TitleMy awesome project | 0.6.0>" /***/ }), /* 1 */ diff --git a/demo/webpack.conf.js b/demo/webpack.conf.js index bdc05fc..c87f689 100644 --- a/demo/webpack.conf.js +++ b/demo/webpack.conf.js @@ -39,7 +39,7 @@ module.exports = { }, plugins: [ new WebpackAutoInject({ - PACKAGE_JSON_PATH: '../package.json', + PACKAGE_JSON_PATH: './package.json', components: { AutoIncreaseVersion: true, InjectAsComment: true,