From 127bb0a1ca88f6c7fda3209adac70a4edcd47cfe Mon Sep 17 00:00:00 2001 From: juanelas Date: Tue, 23 Apr 2019 11:39:29 +0200 Subject: [PATCH] 1.0.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index df22a6c..2a91c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bigint-crypto-utils", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 684f56e..bcba66a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigint-crypto-utils", - "version": "1.0.3", + "version": "1.0.4", "description": "Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.", "keywords": [ "modular arithmetics",