From a568d65d1425fd734ae52620ef76b1c6ae6e5986 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 15 Aug 2024 20:52:20 +0300 Subject: [PATCH] Release 0.0.6 --- 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 9191c6c76..2c8007b9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocean-node", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ocean-node", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "^13.1.0", diff --git a/package.json b/package.json index 6bb982a21..2f1d44455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocean-node", - "version": "0.0.5", + "version": "0.0.6", "description": "Ocean Node is used to run all core services in the Ocean stack", "author": "Ocean Protocol Foundation", "license": "Apache-2.0",