@kud/soap-cli 3.0.5 → 3.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -243,7 +243,7 @@ var firstArg = rawArgs[0];
243
243
  var param = rawArgs.find((a) => !a.startsWith("-"));
244
244
  var yes = rawArgs.includes("--yes") || rawArgs.includes("-y");
245
245
  if (firstArg === "--version" || firstArg === "-v") {
246
- console.log(`soap v${"3.0.5"}`);
246
+ console.log("3.0.6");
247
247
  process.exit(0);
248
248
  }
249
249
  if (!firstArg || firstArg === "--help" || firstArg === "-h") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kud/soap-cli",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "An app cleaner cli for macOS",
5
5
  "main": "dist/index.js",
6
6
  "bin": {