From ec21cddd598e107a942c4d15877686dd69cbc272 Mon Sep 17 00:00:00 2001 From: Marcus Andersson Date: Tue, 18 Jul 2017 22:29:44 +0200 Subject: [PATCH] 1.2.0 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7608c57..319b745 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "gulp-nuget", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "ansi-regex": { "version": "2.0.0", diff --git a/package.json b/package.json index 7541ec8..193f286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-nuget", - "version": "1.1.0", + "version": "1.2.0", "description": "gulp nuget support to pack, push and restore nuget packages", "main": "index.js", "scripts": {