From 3fc1294c92c01689b229c3f3b8c11c4c2342b745 Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Mon, 8 May 2023 12:39:23 +0530 Subject: [PATCH] Release 9.0.0 --- 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 c305048..8b7ddbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/torus.js", - "version": "8.0.0", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@toruslabs/torus.js", - "version": "8.0.0", + "version": "9.0.0", "license": "MIT", "dependencies": { "@toruslabs/constants": "^10.0.0", diff --git a/package.json b/package.json index bdec4be..fbc454f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/torus.js", - "version": "8.0.0", + "version": "9.0.0", "description": "Handle communication with torus nodes", "main": "dist/torusUtils.cjs.js", "module": "dist/torusUtils.esm.js",