From 9429698d96d32fa0f7cca8a963fd9a00055da9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Bir=C3=B3?= Date: Sun, 22 Nov 2020 15:16:44 +0200 Subject: [PATCH] 4.4.1 --- 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 a58a190..9855491 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hash-wasm", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 88794e5..4b96504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hash-wasm", - "version": "4.4.0", + "version": "4.4.1", "description": "Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, PBKDF2, Argon2, bcrypt, scrypt, CRC32, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)", "main": "dist/index.umd.js", "module": "dist/index.esm.js",