From 19f04a4c1c85ac8c102f6f35c817855af3e0cc88 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 31 Mar 2023 08:02:05 +0000 Subject: [PATCH] Release 0.9.1. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",