From 7a91b22726bc62fa4d5f7d9df05504cb429b0094 Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Wed, 29 Nov 2023 17:22:30 +0530 Subject: [PATCH] chore: bump version (#21) * refactor: update pipeline Signed-off-by: Sai Ranjit Tummalapalli * chore: bump version Signed-off-by: Sai Ranjit Tummalapalli --------- 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 950c956..24e054a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayanworks/polygon-did-resolver", - "version": "0.0.16-alpha.5", + "version": "0.0.16-alpha.6", "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",