From 4ea00413e4af0ad3d474c91f7db9d70d33c2cac8 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:09:43 +0200 Subject: [PATCH] 1.1.1-0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e49df9..e22a01c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "1.1.0", + "version": "1.1.1-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "1.1.0", + "version": "1.1.1-0", "license": "MIT", "dependencies": { "@openpgp/noble-hashes": "^1.3.2-2" diff --git a/package.json b/package.json index 294086d..49d5d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openpgp/noble-curves", - "version": "1.1.0", + "version": "1.1.1-0", "description": "Audited & minimal JS implementation of elliptic curve cryptography", "files": [ "esm" @@ -105,4 +105,4 @@ "schnorr" ], "funding": "https://paulmillr.com/funding/" -} \ No newline at end of file +}