From 44ec3c486233d4beb4e95273a4b60015c7bec6bc Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Tue, 25 Jun 2024 16:33:29 -0700 Subject: [PATCH] Bump version to 4.0.3 for release (#587) Bump version for release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6ee65aa..1250c6f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensea/seaport-js", - "version": "4.0.2", + "version": "4.0.3", "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",