diff --git a/package-lock.json b/package-lock.json index ea8feb96..ad1763e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/webauthn-json", - "version": "2.0.2-pre3", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/webauthn-json", - "version": "2.0.2-pre3", + "version": "2.0.2", "license": "MIT", "bin": { "webauthn-json": "dist/bin/main.js" diff --git a/package.json b/package.json index c2f6bc61..d6cb0734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/webauthn-json", - "version": "2.0.2-pre3", + "version": "2.0.2", "description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.", "author": "GitHub, Inc. ", "license": "MIT",