From 55db0dfe4b009fb073279d47a592e5bf1adebe6a Mon Sep 17 00:00:00 2001 From: Amean Asad Date: Thu, 7 Dec 2023 06:37:05 -0500 Subject: [PATCH] release: v0.3.7 (#46) --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7ad1ea..eeb576c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-saturn/js-client", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-saturn/js-client", - "version": "0.3.6", + "version": "0.3.7", "license": "(MIT OR Apache-2.0)", "dependencies": { "@ipld/car": "^4.1.5", diff --git a/package.json b/package.json index a9fac47..5f5a8f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-saturn/js-client", - "version": "0.3.6", + "version": "0.3.7", "description": "Filecoin Saturn Client", "homepage": "https://github.com/filecoin-saturn/js-client", "main": "src/index.js", @@ -62,4 +62,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file