Skip to content

Commit 827f263

Browse files
committed
Release/v0.4.0 - Update version number for release
1 parent ceee30b commit 827f263

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

119119
// Plugin Folder Path.

0 commit comments

Comments
 (0)