From 42385a014aca19f4d175858465c43adda69dd5e7 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Thu, 17 Aug 2023 17:36:37 -0700 Subject: [PATCH] Update version to 2.0.7 (#341) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2e5a9d6..31f875c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensea/seaport-js", - "version": "2.0.6", + "version": "2.0.7", "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",