From 1fbbf07b1708989d9a42a64f67a36850ad41e907 Mon Sep 17 00:00:00 2001 From: himanshu Date: Fri, 27 Sep 2024 14:02:10 +0530 Subject: [PATCH] Release 15.0.5 --- 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 0911952..fd00cf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/torus.js", - "version": "15.0.4", + "version": "15.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toruslabs/torus.js", - "version": "15.0.4", + "version": "15.0.5", "license": "MIT", "dependencies": { "@toruslabs/bs58": "^1.0.0", diff --git a/package.json b/package.json index 61f3bb7..c5d92a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/torus.js", - "version": "15.0.4", + "version": "15.0.5", "description": "Handle communication with torus nodes", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js",