diff --git a/package-lock.json b/package-lock.json index 3fb6cd76..09f3c6a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/webauthn-json", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/webauthn-json", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "bin": { "webauthn-json": "dist/bin/main.js" diff --git a/package.json b/package.json index 8f51c8fd..ad17f5c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/webauthn-json", - "version": "2.1.0", + "version": "2.1.1", "description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.", "author": "GitHub, Inc. ", "license": "MIT",