From 6a214b8fcff3c3d7ff6ce927bfc1f835768635c1 Mon Sep 17 00:00:00 2001 From: shitrerohit Date: Fri, 19 Sep 2025 10:28:20 +0530 Subject: [PATCH] fix:updated the package.json file Signed-off-by: shitrerohit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 214141f89..12b029d0f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "api-gateway", - "version": "2.0.0", + "version": "2.1.0", "description": "CREDEBL SSI Platform API Gateway", - "author": "", - "license": "MIT", + "author": "LFDT", + "license": "Apache-2.0", "scripts": { "prebuild": "rimraf dist", "build": "nest build",