diff --git a/package-lock.json b/package-lock.json index 121401f8..4965b196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otplib", - "version": "9.0.0", + "version": "10.0.0-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0678b87c..6744a19e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otplib", - "version": "9.0.0", + "version": "10.0.0-0", "description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library", "main": "./index.js", "types": "./index.d.ts",