Skip to content

Commit

Permalink
version bump 1.5.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsamojlenko authored Oct 7, 2021
1 parent 0a1df6b commit a652dbf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "platform-mvp",
"type": "module",
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"deploy-plugin": "./deploy/plugin",
"update-version": "node ./scripts/prepare-release.js --version_num",
Expand Down
4 changes: 2 additions & 2 deletions wordpress/wp-content/mu-plugins/cds-base/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
* Version: 1.5.0
* Author: Tim Arney
*
* @package cds-snc-base
Expand All @@ -24,7 +24,7 @@
}

if (!defined('BASE_PLUGIN_NAME_VERSION')) {
define('BASE_PLUGIN_NAME_VERSION', '1.4.0');
define('BASE_PLUGIN_NAME_VERSION', '1.5.0');
}

if (is_multisite()) {
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-content/mu-plugins/cds-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-base",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"description": "CDS-SNC base plugin",
"author": "Tim Arney",
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-content/themes/cds-default/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

if (!defined('_S_VERSION')) {
// Replace the version number of the theme on each release.
define('_S_VERSION', '1.4.0');
define('_S_VERSION', '1.5.0');
}

if (!defined('THEME_NAMESPACE')) {
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-content/themes/cds-default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* Author: CDS
* Text Domain: cds-snc
* Domain Path: /languages
* Version: 1.4.0
* Version: 1.5.0
*/

0 comments on commit a652dbf

Please sign in to comment.