From 884ca6ea199e509f5dd09c10a213a0dfb306b2ee Mon Sep 17 00:00:00 2001 From: Paulo Ragonha Date: Tue, 8 May 2018 20:46:44 +0200 Subject: [PATCH] 3.0.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebc74b2..9e6981e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-revision-webpack-plugin", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 11896ba..5b1a223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-revision-webpack-plugin", - "version": "3.0.2", + "version": "3.0.3", "description": "Simple webpack plugin that generates VERSION and COMMITHASH files during build", "main": "lib/index.js", "scripts": {