Skip to content

Commit

Permalink
πŸ”– - Update versions to prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Apr 6, 2019
1 parent beb42d7 commit 2f91581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-graphql.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: GraphQL API for WordPress
* Author: WPGraphQL
* Author URI: http://www.wpgraphql.com
* Version: 0.2.3
* Version: 0.3.0
* Text Domain: wp-graphql
* Domain Path: /languages/
* Requires at least: 4.7.0
Expand All @@ -18,7 +18,7 @@
* @package WPGraphQL
* @category Core
* @author WPGraphQL
* @version 0.2.3
* @version 0.3.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -167,7 +167,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'WPGRAPHQL_VERSION' ) ) {
define( 'WPGRAPHQL_VERSION', '0.2.3' );
define( 'WPGRAPHQL_VERSION', '0.3.0' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 2f91581

Please sign in to comment.