From 93f27bcf4af970dba92f5916c1ea9e949e743da7 Mon Sep 17 00:00:00 2001 From: 0xShisui <90075884+0xShisui@users.noreply.github.com> Date: Thu, 23 Mar 2023 12:51:09 +0800 Subject: [PATCH] build: Release v0.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e16537a..6936cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@looksrare/sdk-v2", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",