From 534a14df04f901b1c515b3e14375f44faaa3479d Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 19 Sep 2024 11:22:18 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20to=200.10.0=20since=20we=E2=80=99re=20ch?= =?UTF-8?q?anging=20the=20profile=20markup=20in=20a=20potentially=20breaki?= =?UTF-8?q?ng=20way=20for=20integrations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- two-factor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/two-factor.php b/two-factor.php index 537e61ee..38248d70 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,7 +11,7 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes. - * Version: 0.9.2 + * Version: 0.10.0 * Requires at least: 6.3 * Requires PHP: 7.2 * Author: WordPress.org Contributors @@ -30,7 +30,7 @@ /** * Version of the plugin. */ -define( 'TWO_FACTOR_VERSION', '0.9.2' ); +define( 'TWO_FACTOR_VERSION', '0.10.0' ); /** * Include the base class here, so that other plugins can also extend it.