From d5b34465f66aea7cfa9c815010d3647a38de0710 Mon Sep 17 00:00:00 2001 From: rndquu Date: Tue, 21 May 2024 20:05:32 +0000 Subject: [PATCH] chore: bump version Files changed: M package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed35e50..78d4213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-dao/rpc-handler", - "version": "1.0.0", + "version": "1.1.0", "description": "Uses Chainlist's RPC collection racing them returning the lowest latency RPC", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",