From a50f151a2803106e215e85f614355e091a074b1d Mon Sep 17 00:00:00 2001 From: bhaskarkishore <50350646+bhaskarkishore@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:08:57 +0530 Subject: [PATCH] npm lib version bump --- lib/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/npm/package.json b/lib/npm/package.json index 125a77d..2530070 100644 --- a/lib/npm/package.json +++ b/lib/npm/package.json @@ -1,6 +1,6 @@ { "name": "nft-image-proxy", - "version": "1.0.1", + "version": "1.1.0", "description": "An api to interact with the nft image proxy", "main": "dist/index.js", "types": "dist/index.d.ts",