From fb431bdd759612d9dd9845cfbe07baa53f043f15 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 7 Sep 2021 10:00:08 +0300 Subject: [PATCH] Bump version --- two-factor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/two-factor.php b/two-factor.php index d94f9924..365b12a9 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.7.0 + * Version: 0.7.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.7.0' ); +define( 'TWO_FACTOR_VERSION', '0.7.1' ); /** * Include the base class here, so that other plugins can also extend it.