From 175418161b8c2536bca194b54516923afaa0eedf Mon Sep 17 00:00:00 2001 From: Daniel Zumwalt Date: Thu, 22 Feb 2018 13:56:59 -0800 Subject: [PATCH] 1.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9433d4c..59b04f9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "name": "oss-attribution-generator", "description": "utility to parse bower and npm packages used in a project and generate an attribution file to include in your product", - "version": "1.5.0", + "version": "1.6.0", "bin": { "generate-attribution": "index.js" },