From 6f7da9f6356270bbb83f3e68a4f7b08a9a2f5c8f Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Mon, 8 Jul 2024 09:20:54 -0700 Subject: [PATCH] bump version for release (#600) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0286820f..10c75458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensea/seaport-js", - "version": "4.0.3", + "version": "4.0.4", "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",