From 2c3f3950a3ef08b5ae0d42edafc5f985dfdf9880 Mon Sep 17 00:00:00 2001 From: 0xShisui <90075884+0xShisui@users.noreply.github.com> Date: Thu, 9 Mar 2023 19:24:25 +0800 Subject: [PATCH] build: Release v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28be2d6..63f8841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@looksrare/sdk-v2", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",