diff --git a/package-lock.json b/package-lock.json index 9e598df..1a0a2e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@noble/hashes": "1.3.3" diff --git a/package.json b/package.json index 97a0432..78f423c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "1.2.0", + "version": "1.3.0", "description": "Audited & minimal JS implementation of elliptic curve cryptography", "files": [ "abstract",