Skip to content

Commit

Permalink
release/v0.3.5
Browse files Browse the repository at this point in the history
- update version number for release
  • Loading branch information
jasonbahl committed Jan 29, 2020
1 parent e0152a9 commit daae4f4
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 daae4f4

Please sign in to comment.