From f7d8d0d37b239b41d2ce9eae96e3cc49fc34b569 Mon Sep 17 00:00:00 2001 From: Eric Guan Date: Mon, 29 Jan 2024 15:08:35 -0800 Subject: [PATCH] 0.3.8 --- 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 55f87f3..424d9cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-saturn/js-client", - "version": "0.3.7", + "version": "0.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-saturn/js-client", - "version": "0.3.7", + "version": "0.3.8", "license": "(MIT OR Apache-2.0)", "dependencies": { "@ipld/car": "^4.1.5", diff --git a/package.json b/package.json index ce2c58a..9227142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-saturn/js-client", - "version": "0.3.7", + "version": "0.3.8", "description": "Filecoin Saturn Client", "homepage": "https://github.com/filecoin-saturn/js-client", "main": "src/index.js",