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 2f343c0 commit 8c45bf5Copy full SHA for 8c45bf5
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.2
+ * Version: 0.3.3
11
* Requires at least: 4.7.0
12
* Tested up to: 4.8.3
13
* Requires PHP: 5.5
@@ -117,7 +117,7 @@ private function setup_constants() {
117
118
// Plugin version.
119
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
120
- define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.1' );
+ define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.3' );
121
}
122
123
// Plugin Folder Path.
0 commit comments