From 6b33640f2d38748a01ffd47a8873cef76e0b2a00 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Tue, 21 Jul 2020 01:04:29 +0100 Subject: [PATCH] 2.0.1 --- 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 85a0e707e..3cd58cebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@appthreat/cdxgen", - "version": "1.4.38", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d83baa8e9..e6dc7f4b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appthreat/cdxgen", - "version": "2.0.0", + "version": "2.0.1", "description": "Creates CycloneDX Software Bill-of-Materials (SBOM) for node.js, python, java and golang projects", "homepage": "http://github.com/AppThreat/cdxgen", "author": "Team AppThreat",