From a4c94b45a60f06db99245c46f8d692756298c526 Mon Sep 17 00:00:00 2001 From: Fabco Date: Thu, 4 Nov 2021 15:22:04 +0100 Subject: [PATCH] 14.0.2 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64e7d5c..b6f0cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rchain-token", - "version": "14.0.1", + "version": "14.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rchain-token", - "version": "14.0.1", + "version": "14.0.2", "license": "MIT", "dependencies": { "blakejs": "^1.1.0", @@ -22,7 +22,7 @@ } }, "../rchain-toolkit": { - "version": "0.3.6", + "version": "0.3.7", "integrity": "sha512-nmCcJs9nc9wfOi+7kjlVhQL9GYds2WgUcJ9+sdxcziVTdGc+BvWPmbY7mvYn8kX0wRcrm7g9yKrXFTDI3tYFJA==", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1f048a4..24528da 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rchain-token", - "version": "14.0.1", + "version": "14.0.2", "description": "Fungibles and non-fungibles tokens on the RChain blockchain", "main": "src/index.js", "scripts": {