Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Nov 4, 2017
1 parent ed21176 commit f4ac1ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "root/wp-graphql-jwt-authentication",
"description": "JWT Authentication for WPGraphQL",
"type": "wordpress-plugin",
"version": "0.2.0",
"version": "0.2.1",
"authors": [
{
"name": "jasonbahl",
Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-jwt-authentication.php
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.2.0
* Version: 0.2.1
*
* @package WPGraphQL_JWT_Authentication
*/
Expand Down Expand Up @@ -99,7 +99,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.2.0' );
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.2.1' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit f4ac1ba

Please sign in to comment.