From 4d9ee38543e37afabb8a8b9b61d1521f6e12c714 Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Fri, 28 Apr 2023 14:28:16 +0530 Subject: [PATCH] Release 7.1.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 e422051..4d80449 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/torus.js", - "version": "7.0.1", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@toruslabs/torus.js", - "version": "7.0.1", + "version": "7.1.0", "license": "MIT", "dependencies": { "@toruslabs/constants": "^9.0.1", diff --git a/package.json b/package.json index 1cfc5e0..0ee76d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/torus.js", - "version": "7.0.1", + "version": "7.1.0", "description": "Handle communication with torus nodes", "main": "dist/torusUtils.cjs.js", "module": "dist/torusUtils.esm.js",