diff --git a/config.php b/config.php index bf968f9..c7e01a7 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ * @package convert-to-blocks */ -$plugin_version = '1.3.0'; +$plugin_version = '1.3.1'; if ( file_exists( __DIR__ . '/.commit' ) ) { // phpcs:disable diff --git a/convert-to-blocks.php b/convert-to-blocks.php index 6343da3..6d62c32 100644 --- a/convert-to-blocks.php +++ b/convert-to-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: Convert to Blocks * Plugin URI: https://github.com/10up/convert-to-blocks * Description: Convert classic editor posts to blocks on the fly. - * Version: 1.3.0 + * Version: 1.3.1 * Requires at least: 6.4 * Requires PHP: 8.0 * Author: 10up diff --git a/package-lock.json b/package-lock.json index 2122bad..f5a6b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convert-to-blocks", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convert-to-blocks", - "version": "1.3.0", + "version": "1.3.1", "license": "GPL-2.0-or-later", "devDependencies": { "@10up/cypress-wp-utils": "^0.2.0", diff --git a/package.json b/package.json index 4e71f4a..c5d93a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convert-to-blocks", - "version": "1.3.0", + "version": "1.3.1", "description": "Convert to Blocks is a WordPress plugin that transforms classic editor content to blocks on the fly.", "author": { "name": "10up", diff --git a/readme.txt b/readme.txt index 33e2b4d..34c0ec5 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, dsawardekar, tlovett1, jeffpaul Tags: block, block migration, gutenberg migration, gutenberg conversion, convert to blocks Tested up to: 6.6 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html