From e03bdd365a04ad1d394d3ed24d9a9e49cee687ef Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 25 Apr 2024 22:58:52 +0300 Subject: [PATCH] Bump version --- readme.txt | 2 +- two-factor.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 081e5f26..5540ef68 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: two factor, two step, authentication, login, totp, fido u2f, Requires at least: 4.3 Tested up to: 6.5 Requires PHP: 5.6 -Stable tag: 0.9.0 +Stable tag: 0.9.1 Enable Two-Factor Authentication using time-based one-time passwords (OTP, Google Authenticator), Universal 2nd Factor (FIDO U2F, YubiKey), email and backup verification codes. diff --git a/two-factor.php b/two-factor.php index 7bb246d4..feab321a 100644 --- a/two-factor.php +++ b/two-factor.php @@ -12,7 +12,7 @@ * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F), email and backup verification codes. * Author: Plugin Contributors - * Version: 0.9.0 + * Version: 0.9.1 * Author URI: https://github.com/wordpress/two-factor/graphs/contributors * Network: True * Text Domain: two-factor @@ -26,7 +26,7 @@ /** * Version of the plugin. */ -define( 'TWO_FACTOR_VERSION', '0.9.0' ); +define( 'TWO_FACTOR_VERSION', '0.9.1' ); /** * Include the base class here, so that other plugins can also extend it.