From c269de24d6089ad4f34f620b11c41394c4c258ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez=20Serrano?= Date: Wed, 4 Aug 2021 13:05:19 +0200 Subject: [PATCH] 3.0.16 --- 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 43e9e54..366ef27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bigint-crypto-utils", - "version": "3.0.15", + "version": "3.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.15", + "version": "3.0.16", "license": "MIT", "dependencies": { "bigint-mod-arith": "^3.0.0" diff --git a/package.json b/package.json index 83c7f95..4002ddc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigint-crypto-utils", - "version": "3.0.15", + "version": "3.0.16", "description": "Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt", "keywords": [ "modular arithmetics",