diff --git a/package-lock.json b/package-lock.json index 7ca3ec1d..ecd0a28b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tenvoy", - "version": "7.0.6", + "version": "7.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tenvoy", - "version": "7.0.6", + "version": "7.0.7", "license": "LGPL-3.0+", "dependencies": { "asn1.js": "^5.0.0" diff --git a/package.json b/package.json index 760bcf5a..14b4d334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tenvoy", - "version": "7.0.6", + "version": "7.0.7", "description": "PGP, NaCl, and PBKDF2 in node.js and the browser (hashing, random, encryption, decryption, signatures, conversions), used by TogaTech.org", "main": "./node/tenvoy.js", "browser": {