From d6c0c216e2ebdee45b9c491257548cd76f387478 Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Mon, 21 Aug 2023 11:18:46 +0530 Subject: [PATCH] chore: release v0.0.16-alpha.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11504b2..950c956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayanworks/polygon-did-resolver", - "version": "0.0.16-alpha.4", + "version": "0.0.16-alpha.5", "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",