From 3d789593e54594acfeef88e83bb0b3a4c1570af9 Mon Sep 17 00:00:00 2001 From: Robert Sun Date: Sat, 18 Jun 2022 11:07:01 -0700 Subject: [PATCH] 1.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94ba6920..6ce474b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opensea/seaport-js", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opensea/seaport-js", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@0xsequence/multicall": "0.39.0", diff --git a/package.json b/package.json index 67acfe0c..ba808396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensea/seaport-js", - "version": "1.0.1", + "version": "1.0.2", "description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.", "license": "MIT", "author": "OpenSea Developers",