From ab37f0fb8761e3227a9492b88c58257d49d204cc Mon Sep 17 00:00:00 2001 From: Amit Padmani Date: Tue, 4 Jun 2024 06:37:37 +0000 Subject: [PATCH] chore: release v1.0.0 [skip ci] Signed-off-by: Amit Padmani --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c78ff25..bb057b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayanworks/polygon-did-resolver", - "version": "0.0.16-alpha.16", + "version": "1.0.0", "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",