From 51ad59a12b2ead34a8aa6f5b44efce3e91d3a353 Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Sun, 20 Aug 2023 18:09:48 +0530 Subject: [PATCH] chore: release v0.0.16-alpha.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a53114..5661c3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayanworks/polygon-did-resolver", - "version": "0.0.16-alpha.2", + "version": "0.0.16-alpha.3", "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",