From 3715e375573b86763d760ca45ac9aec3f4297e6b Mon Sep 17 00:00:00 2001 From: Alessandro Visentini Date: Thu, 27 Oct 2022 16:56:13 +0200 Subject: [PATCH] Up version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9a162f..65e9906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-domain-resolver", - "version": "1.0.0", + "version": "1.0.1", "description": "Web3 Library that enable with just one function to resolve domains on multiple web3 providers such as ENS, UnstoppableDomains and Freename", "main": "lib/index.js", "types": "lib/index.d.ts",