Skip to content

Commit

Permalink
Merge pull request #144 from jasonbahl/release/0.0.12
Browse files Browse the repository at this point in the history
v0.0.12 - Updating version for release
  • Loading branch information
jasonbahl committed May 26, 2017
2 parents 6cb33f7 + c78c85a commit 6e50acb
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.11
* Version: 0.0.12
* 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.11
* @version 0.0.12
*/
// 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.11' );
define( 'WPGRAPHQL_VERSION', '0.0.12' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 6e50acb

Please sign in to comment.