From 38af3821c58d90d05c91e96baa463ad0fe3b351b Mon Sep 17 00:00:00 2001 From: Tim Arney Date: Tue, 18 Jan 2022 10:24:00 -0500 Subject: [PATCH] version bump 2.13.0 (#465) --- 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 d8b698973..fb2c0766b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.12.0 +2.13.0 diff --git a/package.json b/package.json index 515f8dd3c..60e552601 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "platform-mvp", "type": "module", - "version": "2.12.0", + "version": "2.13.0", "scripts": { "deploy-plugin": "./deploy/plugin", "update-version": "node ./scripts/prepare-release.js --version_num", diff --git a/wordpress/wp-content/plugins/cds-base/index.php b/wordpress/wp-content/plugins/cds-base/index.php index d24f5fbdc..34220a93b 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: 2.12.0 + * Version: 2.13.0 * Update URI: false * Author: CDS-SNC * @@ -23,7 +23,7 @@ } if (!defined('BASE_PLUGIN_NAME_VERSION')) { - define('BASE_PLUGIN_NAME_VERSION', '2.12.0'); + define('BASE_PLUGIN_NAME_VERSION', '2.13.0'); } if (is_multisite()) { diff --git a/wordpress/wp-content/plugins/cds-base/package.json b/wordpress/wp-content/plugins/cds-base/package.json index 67a2f9445..a15e92dbf 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": "2.12.0", + "version": "2.13.0", "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 04e10eab9..e74975af6 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', '2.12.0'); + define('_S_VERSION', '2.13.0'); } 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 bc71dc9d3..74669a1e6 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: 2.12.0 + * Version: 2.13.0 */ /* https://jsonformatter.org/sass-to-css */