Skip to content

Commit f4ac1ba

Browse files
committed
no message
1 parent ed21176 commit f4ac1ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "root/wp-graphql-jwt-authentication",
33
"description": "JWT Authentication for WPGraphQL",
44
"type": "wordpress-plugin",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"authors": [
77
{
88
"name": "jasonbahl",

wp-graphql-jwt-authentication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.wpgraphql.com
88
* Text Domain: wp-graphql-jwt-authentication-jwt-authentication
99
* Domain Path: /languages
10-
* Version: 0.2.0
10+
* Version: 0.2.1
1111
*
1212
* @package WPGraphQL_JWT_Authentication
1313
*/
@@ -99,7 +99,7 @@ private function setup_constants() {
9999

100100
// Plugin version.
101101
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
102-
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.2.0' );
102+
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.2.1' );
103103
}
104104

105105
// Plugin Folder Path.

0 commit comments

Comments
 (0)