From c8b39a26851493009c821d45259a15127486011f Mon Sep 17 00:00:00 2001 From: 0xShisui <90075884+0xShisui@users.noreply.github.com> Date: Thu, 24 Mar 2022 17:17:57 +0800 Subject: [PATCH] build: Release v0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27707e9..9d8a085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@looksrare/sdk", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",