From 11ee064408d379f49003abd45edaa066d240a571 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Mon, 7 Dec 2020 14:16:13 +0000 Subject: [PATCH] 2.0.21 --- 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 c51ecfc17..d02c22931 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@appthreat/cdxgen", - "version": "2.0.20", + "version": "2.0.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf656736d..9c24a8832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appthreat/cdxgen", - "version": "2.0.20", + "version": "2.0.21", "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",