Skip to content

Commit 342abf1

Browse files
committed
- update version for release
1 parent b98b94e commit 342abf1

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.5.0
10+
* Version: 0.5.1
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.5.0' );
116+
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.5.1' );
117117
}
118118

119119
// Plugin Folder Path.

0 commit comments

Comments
 (0)