diff --git a/composer.json b/composer.json index 468a9fc..f666f58 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "root/wp-graphql-jwt-authentication", "description": "JWT Authentication for WPGraphQL", "type": "wordpress-plugin", - "version": "0.2.0", + "version": "0.2.1", "authors": [ { "name": "jasonbahl", diff --git a/wp-graphql-jwt-authentication.php b/wp-graphql-jwt-authentication.php index 006cda4..2e9b507 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.2.0 + * Version: 0.2.1 * * @package WPGraphQL_JWT_Authentication */ @@ -99,7 +99,7 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) { - define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.2.0' ); + define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.2.1' ); } // Plugin Folder Path.