Skip to content

Commit

Permalink
Bump version identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed May 22, 2023
1 parent 8f73d27 commit 30e3d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: two factor, two step, authentication, login, totp, fido u2f,
Requires at least: 4.3
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 0.8.1
Stable tag: 0.8.2

Enable Two-Factor Authentication using time-based one-time passwords (OTP, Google Authenticator), Universal 2nd Factor (FIDO U2F, YubiKey), email and backup verification codes.

Expand Down
4 changes: 2 additions & 2 deletions two-factor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1
* Version: 0.8.2
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors
* Network: True
* Text Domain: two-factor
Expand All @@ -26,7 +26,7 @@
/**
* Version of the plugin.
*/
define( 'TWO_FACTOR_VERSION', '0.8.1' );
define( 'TWO_FACTOR_VERSION', '0.8.2' );

/**
* Include the base class here, so that other plugins can also extend it.
Expand Down

0 comments on commit 30e3d1f

Please sign in to comment.