Skip to content

Commit

Permalink
Merge pull request #68 from wp-graphql/release/v0.3.5
Browse files Browse the repository at this point in the history
release/v0.3.5
  • Loading branch information
jasonbahl authored Jan 29, 2020
2 parents e0152a9 + daae4f4 commit 0ad0481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-graphql-jwt-authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.wpgraphql.com
* Text Domain: wp-graphql-jwt-authentication-jwt-authentication
* Domain Path: /languages
* Version: 0.3.4
* Version: 0.3.5
* Requires at least: 4.7.0
* Tested up to: 4.8.3
* Requires PHP: 5.5
Expand Down Expand Up @@ -113,7 +113,7 @@ public function __wakeup() {
private function setup_constants() {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.4' );
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.5' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 0ad0481

Please sign in to comment.