diff --git a/VERSION b/VERSION index bc80560fa..26ca59460 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.5.1 diff --git a/package.json b/package.json index e57bd9920..3b5264087 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "platform-mvp", "type": "module", - "version": "1.5.0", + "version": "1.5.1", "scripts": { "deploy-plugin": "./deploy/plugin", "update-version": "node ./scripts/prepare-release.js --version_num", diff --git a/wordpress/wp-content/mu-plugins/cds-base/index.php b/wordpress/wp-content/mu-plugins/cds-base/index.php index 22e347063..7558c409c 100644 --- a/wordpress/wp-content/mu-plugins/cds-base/index.php +++ b/wordpress/wp-content/mu-plugins/cds-base/index.php @@ -4,7 +4,7 @@ * Plugin Name: CDS-SNC Base * Plugin URI: https://github.com/cds-snc/platform-mvp * Description: Custom Block setup and other overrides - * Version: 1.5.0 + * Version: 1.5.1 * Author: Tim Arney * * @package cds-snc-base @@ -24,7 +24,7 @@ } if (!defined('BASE_PLUGIN_NAME_VERSION')) { - define('BASE_PLUGIN_NAME_VERSION', '1.5.0'); + define('BASE_PLUGIN_NAME_VERSION', '1.5.1'); } if (is_multisite()) { diff --git a/wordpress/wp-content/mu-plugins/cds-base/package.json b/wordpress/wp-content/mu-plugins/cds-base/package.json index b137f1171..c6f6b049f 100644 --- a/wordpress/wp-content/mu-plugins/cds-base/package.json +++ b/wordpress/wp-content/mu-plugins/cds-base/package.json @@ -1,6 +1,6 @@ { "name": "cds-base", - "version": "1.5.0", + "version": "1.5.1", "private": true, "description": "CDS-SNC base plugin", "author": "Tim Arney", diff --git a/wordpress/wp-content/themes/cds-default/functions.php b/wordpress/wp-content/themes/cds-default/functions.php index c2f1473ed..0995850ea 100644 --- a/wordpress/wp-content/themes/cds-default/functions.php +++ b/wordpress/wp-content/themes/cds-default/functions.php @@ -17,7 +17,7 @@ if (!defined('_S_VERSION')) { // Replace the version number of the theme on each release. - define('_S_VERSION', '1.5.0'); + define('_S_VERSION', '1.5.1'); } 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 06c5c6cec..53a2f741e 100644 --- a/wordpress/wp-content/themes/cds-default/style.css +++ b/wordpress/wp-content/themes/cds-default/style.css @@ -4,5 +4,5 @@ * Author: CDS * Text Domain: cds-snc * Domain Path: /languages - * Version: 1.5.0 + * Version: 1.5.1 */ \ No newline at end of file