diff --git a/wp-google-authenticator.php b/wp-google-authenticator.php index b0cbb55..29bc8d9 100644 --- a/wp-google-authenticator.php +++ b/wp-google-authenticator.php @@ -3,14 +3,14 @@ * Plugin Name: WP Google Authenticator * Plugin URI: https://github.com/julien731/WP-Google-Authenticator * Description: WP Google Authenticator provides a safe way to add 2-factor authentication to your WordPress site using the Google 2FA system with the Google Authenticator app. - * Version: 1.0.7 + * Version: 1.0.8 * Author: Julien Liabeuf * Author URI: http://julienliabeuf.com/ * License: GPL3 */ /* Define all the plugin constants */ -define( 'WPGA_VERSION', '1.0.7' ); +define( 'WPGA_VERSION', '1.0.8' ); define( 'WPGA_NAME', 'WP Google Authenticator' ); define( 'WPGA_AUTHOR', 'Julien Liabeuf' ); define( 'WPGA_URI', 'http://julienliabeuf.com' );