From 467d1259751955178f67afee6bd11a17f3c8240a Mon Sep 17 00:00:00 2001 From: Dave Samojlenko Date: Thu, 20 Jul 2023 13:35:37 -0400 Subject: [PATCH] version bump 3.10.13 (#1338) --- VERSION | 2 +- package.json | 2 +- wordpress/wp-content/plugins/cds-base/index.php | 4 ++-- wordpress/wp-content/plugins/cds-base/package.json | 2 +- wordpress/wp-content/themes/cds-default/functions.php | 2 +- wordpress/wp-content/themes/cds-default/style.css | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 56d91d353..9919bf8c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.12 +3.10.13 diff --git a/package.json b/package.json index 95b1ad673..18c8f34ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "platform-mvp", "type": "module", - "version": "3.10.12", + "version": "3.10.13", "scripts": { "update-version": "node ./scripts/prepare-release.js --version_num", "tag-release": "node ./scripts/prepare-release.js --tag", diff --git a/wordpress/wp-content/plugins/cds-base/index.php b/wordpress/wp-content/plugins/cds-base/index.php index 199e451eb..1586e565e 100644 --- a/wordpress/wp-content/plugins/cds-base/index.php +++ b/wordpress/wp-content/plugins/cds-base/index.php @@ -4,7 +4,7 @@ * Plugin Name: CDS-SNC Base * Plugin URI: https://github.com/cds-snc/gc-articles * Description: Custom Block setup and other overrides - * Version: 3.10.12 + * Version: 3.10.13 * Update URI: false * Author: CDS-SNC * Text Domain: cds-snc @@ -27,7 +27,7 @@ } if (!defined('BASE_PLUGIN_NAME_VERSION')) { - define('BASE_PLUGIN_NAME_VERSION', '3.10.12'); + define('BASE_PLUGIN_NAME_VERSION', '3.10.13'); } if (is_multisite()) { diff --git a/wordpress/wp-content/plugins/cds-base/package.json b/wordpress/wp-content/plugins/cds-base/package.json index 79333c9ff..71ad86769 100644 --- a/wordpress/wp-content/plugins/cds-base/package.json +++ b/wordpress/wp-content/plugins/cds-base/package.json @@ -1,6 +1,6 @@ { "name": "cds-base", - "version": "3.10.12", + "version": "3.10.13", "private": true, "description": "CDS-SNC base plugin", "author": "CDS-SNC", diff --git a/wordpress/wp-content/themes/cds-default/functions.php b/wordpress/wp-content/themes/cds-default/functions.php index bd6c51635..833cec24b 100644 --- a/wordpress/wp-content/themes/cds-default/functions.php +++ b/wordpress/wp-content/themes/cds-default/functions.php @@ -17,7 +17,7 @@ // phpcs:disable if (!defined('_S_VERSION')) { // Replace the version number of the theme on each release. - define('_S_VERSION', '3.10.12'); + define('_S_VERSION', '3.10.13'); } if (!defined('THEME_NAMESPACE')) { diff --git a/wordpress/wp-content/themes/cds-default/style.css b/wordpress/wp-content/themes/cds-default/style.css index 3c5e49d7a..a1f4f9fc2 100644 --- a/wordpress/wp-content/themes/cds-default/style.css +++ b/wordpress/wp-content/themes/cds-default/style.css @@ -4,7 +4,7 @@ * Author: CDS * Text Domain: cds-snc * Domain Path: /languages - * Version: 3.10.12 + * Version: 3.10.13 */ /* Navs in general */