diff --git a/package-lock.json b/package-lock.json index 5e2b89bb..3fb4ee8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otplib", - "version": "10.0.0-1", + "version": "10.0.0-2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 547fae96..c2fcde09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otplib", - "version": "10.0.0-1", + "version": "10.0.0-2", "description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library", "main": "./index.js", "types": "./index.d.ts",