From 8d956f6b01d5f99d5baa7a966f3b3a6f68c1776a Mon Sep 17 00:00:00 2001 From: Juanra Dikal Date: Thu, 25 Mar 2021 13:41:46 +0100 Subject: [PATCH] 3.0.10 --- 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 17d07c9..d1d8cc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bigint-crypto-utils", - "version": "3.0.9", + "version": "3.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.9", + "version": "3.0.10", "license": "MIT", "dependencies": { "bigint-mod-arith": "^3.0.0" diff --git a/package.json b/package.json index 0be0920..02f0d75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigint-crypto-utils", - "version": "3.0.9", + "version": "3.0.10", "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",