From 4d33224814b60a8339b6fc28f6214af5572e1629 Mon Sep 17 00:00:00 2001 From: d1ll0n Date: Fri, 16 Feb 2024 12:50:35 -0800 Subject: [PATCH] set version to 1.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c43b6b2..86a7a2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seaport", - "version": "1.5.0", + "version": "1.6.0", "description": "Seaport is a marketplace protocol for safely and efficiently buying and selling NFTs. Each listing contains an arbitrary number of items that the offerer is willing to give (the \"offer\") along with an arbitrary number of items that must be received along with their respective receivers (the \"consideration\").", "main": "contracts/Seaport.sol", "author": "0age",