From 70f2a5f5ead6f0b361e1a7a4bf3ec95d40c505e6 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Wed, 20 Dec 2023 15:10:24 -0800 Subject: [PATCH] Update package.json version to 3.0.1 for release (#450) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87135e01..4018bd64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensea/seaport-js", - "version": "3.0.0", + "version": "3.0.1", "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",