From 0eec03505e837c46dc4b40448e0c48e9d6a279d9 Mon Sep 17 00:00:00 2001 From: Ilya Saulenko Date: Tue, 13 Dec 2016 09:47:49 +0300 Subject: [PATCH] bumped version to 0.1.2 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9b525e4..dea09b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brotli-webpack-plugin", - "version": "0.1.1", + "version": "0.1.2", "author": { "name": "Ilia Saulenko", "email": "hi@mynameiswhm.ru", @@ -12,10 +12,10 @@ "iltorb": "^1.0.12", "webpack-sources": "^0.1.0" }, - "homepage": "https://github.com/ngsru/brotli-webpack-plugin", + "homepage": "https://github.com/mynameiswhm/brotli-webpack-plugin", "repository": { "type": "git", - "url": "https://github.com/ngsru/brotli-webpack-plugin.git" + "url": "https://github.com/mynameiswhm/brotli-webpack-plugin.git" }, "license": "MIT" }