From cd44a5068eaa9f83f67ea61c7228a865d78616e0 Mon Sep 17 00:00:00 2001 From: qd-qd Date: Wed, 10 Jan 2024 15:55:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20to=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 bb8fd56..969af15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", - "version": "0.2.0", + "version": "0.3.0", "devDependencies": { "@0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation": "^2.2.0", "lefthook": "^1.4.1", diff --git a/package.json b/package.json index ce6ce9d..5bf3a54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", "description": "WebAuthn library in Solidity", - "version": "0.2.0", + "version": "0.3.0", "author": "0x90d2b2b7fb7599eebb6e7a32980857d8 https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8", "repository": "github:@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", "bugs": "https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/issues",