diff --git a/package-lock.json b/package-lock.json index 55fe4c3..4d79c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "0.9.0", + "version": "0.9.1", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index f7c73ed..ffc6bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.9.0", + "version": "0.9.1", "description": "Audited & minimal JS implementation of elliptic curve cryptography", "files": [ "abstract",