Skip to content

Commit

Permalink
Release v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jun 16, 2017
1 parent 6c9998c commit a1af687
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.13
* Version: 0.0.14
* 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.13
* @version 0.0.14
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -153,7 +153,7 @@ private function setup_constants() {

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

// Plugin Folder Path.
Expand Down

0 comments on commit a1af687

Please sign in to comment.