diff --git a/package-lock.json b/package-lock.json index 1ace35a..cebae98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eosjs-ecc", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 956df0d..7f0da03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eosjs-ecc", - "version": "4.0.2", + "version": "4.0.3", "description": "Elliptic curve cryptography functions", "keywords": "ECC, Private Key, Public Key, Signature, AES, Encryption, Decryption", "main": "lib/index.js",