Skip to content

Commit 8c45bf5

Browse files
committed
- update version tags
1 parent 2f343c0 commit 8c45bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.3.2
10+
* Version: 0.3.3
1111
* Requires at least: 4.7.0
1212
* Tested up to: 4.8.3
1313
* Requires PHP: 5.5
@@ -117,7 +117,7 @@ private function setup_constants() {
117117

118118
// Plugin version.
119119
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
120-
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.1' );
120+
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.3' );
121121
}
122122

123123
// Plugin Folder Path.

0 commit comments

Comments
 (0)