Skip to content

Commit

Permalink
Merge pull request #174 from pristas-peter/release/v0.4.1
Browse files Browse the repository at this point in the history
release: v0.4.1
  • Loading branch information
jasonbahl authored Dec 5, 2022
2 parents f1e3129 + 4943ff8 commit bacabca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Enable blocks in WP GraphQL.
* Author: pristas-peter
* Author URI:
* Version: 0.3.11
* Version: 0.4.1
* Requires at least: 5.4
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -52,7 +52,7 @@ private function setup_autoload() {
private function setup_constants() {
// // Plugin version.
if ( ! defined( 'WP_GRAPHQL_GUTENBERG_VERSION' ) ) {
define( 'WP_GRAPHQL_GUTENBERG_VERSION', '1.0.0' );
define( 'WP_GRAPHQL_GUTENBERG_VERSION', '0.4.1' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit bacabca

Please sign in to comment.