diff --git a/block-builder.php b/block-builder.php index 34f0c98..865445f 100644 --- a/block-builder.php +++ b/block-builder.php @@ -3,7 +3,7 @@ * Plugin Name: Elementor Blocks for Gutenberg * Description: Embed Elementor templates inside Gutenberg * Plugin URI: https://elementor.com/?utm_source=block-builder&utm_campaign=plugin-uri&utm_medium=wp-dash - * Version: 1.0.2 + * Version: 1.1.0 * Author: Elementor.com * Author URI: https://elementor.com/?utm_source=block-builder&utm_campaign=author-uri&utm_medium=wp-dash * Text Domain: block-builder @@ -13,7 +13,7 @@ exit; // Exit if accessed directly. } -define( 'ELEMENTOR_BLOCK_BUILDER_VERSION', '1.0.2' ); +define( 'ELEMENTOR_BLOCK_BUILDER_VERSION', '1.1.0' ); define( 'BLOCK_BUILDER_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/package.json b/package.json index 9ebcb2a..3f92e9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-builder", - "version": "1.0.1", + "version": "1.1.0", "description": "Gutenberg Blog to Embed Elementor Template", "author": "Elementor Team", "scripts": {