@uxmaltech/collab-cli 0.1.3 → 0.1.4

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.
@@ -17,8 +17,8 @@ function registerUpgradeCommand(program) {
17
17
  .option('--check', 'Only check for updates without installing')
18
18
  .addHelpText('after', `
19
19
  Examples:
20
- collab upgrade # Upgrade to the latest version
21
- collab upgrade --check # Check for updates without installing
20
+ collab upgrade # Upgrade to the latest version
21
+ collab upgrade --check # Check for updates without installing
22
22
  `)
23
23
  .action(async (options) => {
24
24
  const currentVersion = (0, version_1.readCliVersion)();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxmaltech/collab-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "CLI for collaborative architecture and delivery workflows.",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",