From 456604df3e51ed2a08a35354a8af184865582cb9 Mon Sep 17 00:00:00 2001 From: llouka Date: Tue, 24 Jan 2023 14:33:35 +0100 Subject: [PATCH] 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96d21ab..68947c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ackee/otpass", - "version": "0.2.0", + "version": "0.2.1", "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": "dist/index.js", "engines": {