From 2c208d8bbccc476b46a1c79dd64e994ab680e7a7 Mon Sep 17 00:00:00 2001 From: "ladislav.louka" Date: Mon, 7 Nov 2022 12:00:05 +0100 Subject: [PATCH] 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51f4ae6..b8d5ecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ackee/otpass", - "version": "0.1.2", + "version": "0.1.3", "description": "Easy to use 2FA module supporting both Timed one-time passwords (RFC 6238) and Hmac one-time-passwords (RFC 4226). Also contains helper functions and types so their use is as easy as possible.", "main": "src/index.js", "engines": {