File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " root/wp-graphql-jwt-authentication" ,
3
3
"description" : " JWT Authentication for WPGraphQL" ,
4
4
"type" : " wordpress-plugin" ,
5
- "version" : " 0.2.0 " ,
5
+ "version" : " 0.2.1 " ,
6
6
"authors" : [
7
7
{
8
8
"name" : " jasonbahl" ,
Original file line number Diff line number Diff line change 7
7
* Author URI: https://www.wpgraphql.com
8
8
* Text Domain: wp-graphql-jwt-authentication-jwt-authentication
9
9
* Domain Path: /languages
10
- * Version: 0.2.0
10
+ * Version: 0.2.1
11
11
*
12
12
* @package WPGraphQL_JWT_Authentication
13
13
*/
@@ -99,7 +99,7 @@ private function setup_constants() {
99
99
100
100
// Plugin version.
101
101
if ( ! defined ( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION ' ) ) {
102
- define ( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION ' , '0.2.0 ' );
102
+ define ( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION ' , '0.2.1 ' );
103
103
}
104
104
105
105
// Plugin Folder Path.
You can’t perform that action at this time.
0 commit comments