diff --git a/plugin.php b/plugin.php index 02b28157..92e65cb5 100644 --- a/plugin.php +++ b/plugin.php @@ -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 @@ -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.