diff --git a/wp-graphql-jwt-authentication.php b/wp-graphql-jwt-authentication.php index 1a4b1c3..098bee2 100644 --- a/wp-graphql-jwt-authentication.php +++ b/wp-graphql-jwt-authentication.php @@ -7,7 +7,7 @@ * Author URI: https://www.wpgraphql.com * Text Domain: wp-graphql-jwt-authentication-jwt-authentication * Domain Path: /languages - * Version: 0.3.4 + * Version: 0.3.5 * Requires at least: 4.7.0 * Tested up to: 4.8.3 * Requires PHP: 5.5 @@ -113,7 +113,7 @@ public function __wakeup() { private function setup_constants() { // Plugin version. if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) { - define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.4' ); + define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.5' ); } // Plugin Folder Path.