From d23e2248c3b9dbc6b302dad573bfa35c37922748 Mon Sep 17 00:00:00 2001 From: 0xShisui <90075884+0xShisui@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:07:31 +0800 Subject: [PATCH] build: Release v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9936d1f..4f31c69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@looksrare/sdk-v2", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",