From 7598dbb4c154d24d61ff0081e6f7735d782f76e4 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sat, 2 Aug 2025 09:36:46 +0200 Subject: [PATCH] chore: Bump version to 0.2.0 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dc2883..0988934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "securio", - "version": "0.1.2", + "version": "0.2.0", "description": "An experimental universal (Node + Browser) library for 2FA (TOTP) and Passkey/WebAuthn authentication", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",