Skip to content

Commit a0d3423

Browse files
committed
Update version number
1 parent 406edd7 commit a0d3423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-google-authenticator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* Plugin Name: WP Google Authenticator
44
* Plugin URI: https://github.com/julien731/WP-Google-Authenticator
55
* 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.
6-
* Version: 1.0.7
6+
* Version: 1.0.8
77
* Author: Julien Liabeuf
88
* Author URI: http://julienliabeuf.com/
99
* License: GPL3
1010
*/
1111

1212
/* Define all the plugin constants */
13-
define( 'WPGA_VERSION', '1.0.7' );
13+
define( 'WPGA_VERSION', '1.0.8' );
1414
define( 'WPGA_NAME', 'WP Google Authenticator' );
1515
define( 'WPGA_AUTHOR', 'Julien Liabeuf' );
1616
define( 'WPGA_URI', 'http://julienliabeuf.com' );

0 commit comments

Comments
 (0)