From ba79c8b169db2495af245fcc86362e195f5625a2 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Thu, 4 Jan 2024 12:50:15 -0800 Subject: [PATCH] Bump package.json version to 3.0.2 for release (#461) Bump package.json version for release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4018bd64..e9ba4285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensea/seaport-js", - "version": "3.0.1", + "version": "3.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 TypeScript library intended to make interfacing with the contract reasonable and easy.", "license": "MIT", "author": "OpenSea Developers",