From 9b17f9aab42647e0ce36dd1676251ac699f5bfb7 Mon Sep 17 00:00:00 2001 From: chachasikes <149436+chachasikes@users.noreply.github.com> Date: Thu, 1 Jul 2021 07:21:38 -0700 Subject: [PATCH] bump plugin to re-update it --- ca-design-system-gutenberg-blocks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ca-design-system-gutenberg-blocks.php b/ca-design-system-gutenberg-blocks.php index 62f13e0..b286f44 100644 --- a/ca-design-system-gutenberg-blocks.php +++ b/ca-design-system-gutenberg-blocks.php @@ -6,7 +6,7 @@ * Description: Gutenberg blocks for CA Design System * Author: Office of Digital Innovation * Author URI: https://digital.ca.gov - * Version: 1.0.12 + * Version: 1.0.13 * License: MIT * License URI: https://opensource.org/licenses/MIT * Text Domain: ca-design-system @@ -22,7 +22,7 @@ } // Constants. -define('CA_DESIGN_SYSTEM_GUTENBERG_BLOCKS__VERSION', '1.0.12'); +define('CA_DESIGN_SYSTEM_GUTENBERG_BLOCKS__VERSION', '1.0.13'); define('CA_DESIGN_SYSTEM_GUTENBERG_BLOCKS__BLOCKS_DIR_PATH', plugin_dir_path(__FILE__)); define('CA_DESIGN_SYSTEM_GUTENBERG_BLOCKS__ADMIN_URL', plugin_dir_url(__FILE__)); define('CA_DESIGN_SYSTEM_GUTENBERG_BLOCKS__FILE', __FILE__);