From 7d6e8ed39d7f274307afd33468cdeb747c381195 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Sun, 24 Dec 2023 12:51:58 +0000 Subject: [PATCH] 0.0.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6043c29..bda5785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@appthreat/cdx-proto", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@appthreat/cdx-proto", - "version": "0.0.2", + "version": "0.0.3", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "^1.6.0" diff --git a/package.json b/package.json index 9b0f2c0..fec8d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appthreat/cdx-proto", - "version": "0.0.2", + "version": "0.0.3", "description": "Library to serialize/deserialize CycloneDX BOM with protocol buffers", "type": "module", "exports": {