rushdeploy 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -1145,7 +1145,7 @@ async function cmdWorkspace() {
1145
1145
 
1146
1146
  function printHelp() {
1147
1147
  console.log(`
1148
- ${colors.bold}${colors.brightWhite}RushDeploy CLI${colors.reset} ${colors.gray}v1.0.4${colors.reset} - Modern PaaS Command Line Interface
1148
+ ${colors.bold}${colors.brightWhite}RushDeploy CLI${colors.reset} ${colors.gray}v1.0.6${colors.reset} - Modern PaaS Command Line Interface
1149
1149
 
1150
1150
  ${colors.bold}USAGE:${colors.reset}
1151
1151
  ${colors.brightCyan}rushdeploy${colors.reset} <command> [arguments] [options]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rushdeploy",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "CLI tool to manage your self-hosted RushDeploy PaaS account.",
5
5
  "main": "bin/index.js",
6
6
  "bin": {