From 0a04f21847b6f82f8b34e85b5115d690920eab68 Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Sun, 20 Aug 2023 18:09:00 +0530 Subject: [PATCH] chore: bump package version Signed-off-by: Sai Ranjit Tummalapalli --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36f885f..0a53114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayanworks/polygon-did-resolver", - "version": "0.0.16-alpha.1", + "version": "0.0.16-alpha.2", "description": "The polygon resolver library is used for resolving DID’s in Polygon Method Space. The module is supposed to be used as an integeration to polygon library.", "license": "MIT", "main": "build/index.js",