diff --git a/package-lock.json b/package-lock.json index 6b88c5f..4425829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "symcryptor", - "version": "0.9", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e0256d3..bd3c376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symcryptor", - "version": "0.9", + "version": "0.9.1", "description": "SymCryptor allows you to easy use a symmetric encryption (with AES-CTR-256) and a signature method (with KMAC-256)", "main": "index.js", "scripts": {