diff --git a/package-lock.json b/package-lock.json index bcec3d4..d44f51a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "0.9.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "0.9.1", + "version": "1.0.0", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 22115db..92e47e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.9.1", + "version": "1.0.0", "description": "Audited & minimal JS implementation of elliptic curve cryptography", "files": [ "abstract",