From 7ff17474b56f5f1ca701b3f16b59ae9504446f62 Mon Sep 17 00:00:00 2001 From: nitro-neal <5314059+nitro-neal@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:02:39 -0500 Subject: [PATCH] Update package.json (#214) * Update package.json * update `package-lock.json` --------- Co-authored-by: Moe Jangda --- package-lock.json | 2 +- packages/credentials/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7236e935..640b0f2a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8469,7 +8469,7 @@ }, "packages/credentials": { "name": "@web5/credentials", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "dependencies": { "@sphereon/pex": "2.1.0", diff --git a/packages/credentials/package.json b/packages/credentials/package.json index f33d082ed..3bd2a6bdc 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -1,6 +1,6 @@ { "name": "@web5/credentials", - "version": "0.2.0", + "version": "0.3.0", "description": "Verifiable Credentials", "type": "module", "main": "./dist/cjs/index.js",