diff --git a/README.md b/README.md index d77f83b9..727e76dc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Tags: gutenberg, blocks, block editor, fields, template Requires at least: 6.0 Tested up to: 6.5 Requires PHP: 7.0 -Stable tag: 1.6.0 +Stable tag: 1.7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl diff --git a/genesis-custom-blocks.php b/genesis-custom-blocks.php index ab7061e3..867a7218 100644 --- a/genesis-custom-blocks.php +++ b/genesis-custom-blocks.php @@ -8,7 +8,7 @@ * * Plugin Name: Genesis Custom Blocks * Description: The easy way to build custom blocks for Gutenberg. - * Version: 1.6.0 + * Version: 1.7.0 * Author: Genesis Custom Blocks * Author URI: https://studiopress.com * License: GPL2 diff --git a/package-lock.json b/package-lock.json index 29224655..a5718b2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "genesis-custom-blocks", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7096ec88..d51456bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "genesis-custom-blocks", "title": "Genesis Custom Blocks", - "version": "1.6.0", + "version": "1.7.0", "description": "WordPress plugin with a simple templating system for building custom blocks.", "author": "Genesis Custom Blocks", "license": "GPL-2.0-or-later",