From a375aa1117d8ea9d1624511da6f36c732e35d1b7 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 18 May 2021 15:15:40 +0100 Subject: [PATCH] 3.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66d3f04..dff9e21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nftstorage/ipfs-cluster", - "version": "2.4.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nftstorage/ipfs-cluster", - "version": "2.4.0", + "version": "3.0.0", "license": "(Apache-2.0 AND MIT)", "devDependencies": { "@ipld/car": "^1.0.1", diff --git a/package.json b/package.json index 30fce63..d7843d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nftstorage/ipfs-cluster", - "version": "2.4.0", + "version": "3.0.0", "description": "A zero-dependency client to the IPFS Cluster HTTP API, built for the browser.", "main": "index.js", "type": "module",