We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceee30b commit 827f263Copy full SHA for 827f263
wp-graphql-jwt-authentication.php
@@ -7,7 +7,7 @@
7
* Author URI: https://www.wpgraphql.com
8
* Text Domain: wp-graphql-jwt-authentication-jwt-authentication
9
* Domain Path: /languages
10
- * Version: 0.3.5
+ * Version: 0.4.0
11
* Requires at least: 4.7.0
12
* Tested up to: 4.8.3
13
* Requires PHP: 5.5
@@ -113,7 +113,7 @@ public function __wakeup() {
113
private function setup_constants() {
114
// Plugin version.
115
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
116
- define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.5' );
+ define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.4.0' );
117
}
118
119
// Plugin Folder Path.
0 commit comments