From 3da1ce6a5740acf2686967d9eac6ed2c3d18fce1 Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Thu, 19 Apr 2018 09:32:24 +0300 Subject: [PATCH] Bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca5f95da..6f5c5fd3 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "webpack-mpa", - "version": "1.6.3", + "version": "1.6.4", "description": "Multi page app setup with webpack", "scripts": { "build": "webpack --env.NODE_ENV=production", "start": "webpack --watch --env.NODE_ENV=development" }, "keywords": ["MPA", "webpack", "setup", "multi-page"], - "author": "Atanas Atanasov (http://atanas.info)", + "author": "Atanas Atanasov (https://atanas.info)", "repository": "https://github.com/scriptex/webpack-mpa", "bugs": { "url": "https://github.com/scriptex/webpack-mpa/issues",