From 30fb3f93b8284e69b023293356403f38c43eafe6 Mon Sep 17 00:00:00 2001 From: qd-qd Date: Fri, 6 Oct 2023 21:29:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20to=20v0.1.1?= 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 dff8d31..d76327c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", - "version": "0.1.0", + "version": "0.1.1", "devDependencies": { "@0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation": "^2.2.0", "lefthook": "^1.4.1", diff --git a/package.json b/package.json index d4179d8..0150b90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", "description": "WebAuthn library in Solidity", - "version": "0.1.0", + "version": "0.1.1", "author": "0x90d2b2b7fb7599eebb6e7a32980857d8 https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8", "repository": "github:@0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn", "bugs": "https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/issues",