From 2c4cb39c68a385b97347ba75e2b6d531c1b973c3 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 26 May 2021 12:31:54 +0100 Subject: [PATCH] 3.0.1 --- 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 dff9e21..d1f6d39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nftstorage/ipfs-cluster", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nftstorage/ipfs-cluster", - "version": "3.0.0", + "version": "3.0.1", "license": "(Apache-2.0 AND MIT)", "devDependencies": { "@ipld/car": "^1.0.1", diff --git a/package.json b/package.json index d7843d0..86c6af1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nftstorage/ipfs-cluster", - "version": "3.0.0", + "version": "3.0.1", "description": "A zero-dependency client to the IPFS Cluster HTTP API, built for the browser.", "main": "index.js", "type": "module",