diff --git a/package-lock.json b/package-lock.json index c7ec5d0..53ece0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bigint-crypto-utils", - "version": "3.0.13", + "version": "3.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.13", + "version": "3.0.14", "license": "MIT", "dependencies": { "bigint-mod-arith": "^3.0.0" diff --git a/package.json b/package.json index 38dbb05..194cb9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigint-crypto-utils", - "version": "3.0.13", + "version": "3.0.14", "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",