From ddc8158601d52f0251659a171627df4672037d45 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 27 Sep 2024 17:37:40 +0200 Subject: [PATCH] Fix typo --- 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 0e592c2..0e45b46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codex-storage/sdk-js", - "version": "0.0.^", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@codex-storage/sdk-js", - "version": "0.0.^", + "version": "0.0.6", "license": "MIT", "dependencies": { "valibot": "^0.32.0" diff --git a/package.json b/package.json index 2f79c9e..58454ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codex-storage/sdk-js", - "version": "0.0.^", + "version": "0.0.6", "description": "Codex SDK to interact with the Codex decentralized storage network.", "repository": { "type": "git",