From a91dd04b7780933e7849974d7064c218c66b5390 Mon Sep 17 00:00:00 2001 From: 0xShisui <90075884+0xShisui@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:09:43 +0800 Subject: [PATCH] build: Release v0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44f7599..4fdb21c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@looksrare/sdk", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",