Skip to content

Commit 0ad0481

Browse files
authored
Merge pull request #68 from wp-graphql/release/v0.3.5
release/v0.3.5
2 parents e0152a9 + daae4f4 commit 0ad0481

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.4
10+
* Version: 0.3.5
1111
* Requires at least: 4.7.0
1212
* Tested up to: 4.8.3
1313
* Requires PHP: 5.5
@@ -113,7 +113,7 @@ public function __wakeup() {
113113
private function setup_constants() {
114114
// Plugin version.
115115
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
116-
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.4' );
116+
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.5' );
117117
}
118118

119119
// Plugin Folder Path.

0 commit comments

Comments
 (0)