Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Apr 21, 2017
1 parent bbc9b92 commit 1b5ddfd
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.0.5
* Version: 0.0.8
* Text Domain: wp-graphql
* Domain Path: /languages/
* Requires at least: 4.7.0
Expand All @@ -14,7 +14,7 @@
* @package WPGraphQL
* @category Core
* @author WPGraphQL
* @version 0.0.5
* @version 0.0.8
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -151,7 +151,7 @@ private function setup_constants() {

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

// Plugin Folder Path.
Expand Down

0 comments on commit 1b5ddfd

Please sign in to comment.