From 21e7f6c8235ee39ee2be88ad3e98639e1d2d54e0 Mon Sep 17 00:00:00 2001 From: Bart Noordervliet Date: Mon, 16 Jan 2023 22:39:09 +0100 Subject: [PATCH] Version 1.2 --- composer.json | 2 +- twofactor_webauthn.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 69b6e2e..f5409ed 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/bartnv/twofactor_webauthn", "type": "roundcube-plugin", "license": "GPL-3.0+", - "version": "1.1", + "version": "1.2", "authors": [ { "name": "Bart Noordervliet", diff --git a/twofactor_webauthn.php b/twofactor_webauthn.php index 1f6518d..b0b16a9 100644 --- a/twofactor_webauthn.php +++ b/twofactor_webauthn.php @@ -4,7 +4,7 @@ * * This RoundCube plugin adds WebAuthn/FIDO2 verification to the login process * - * @version 1.0.0 + * @version 1.2.0 * @author Bart Noordervliet * @url https://github.com/bartnv/twofactor_webauthn */