diff --git a/package-lock.json b/package-lock.json index fa4243fc..855e8d10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/webauthn-json", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/webauthn-json", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "license": "MIT", "bin": { "webauthn-json": "dist/bin/main.js" diff --git a/package.json b/package.json index 029948b2..3244a0e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/webauthn-json", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.", "author": "GitHub, Inc. ", "license": "MIT",