@soltaoverbo/cli 0.4.0 → 0.4.1

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.
package/dist/bin.js CHANGED
@@ -380,7 +380,7 @@ if (process.platform === "win32") {
380
380
  }
381
381
  }
382
382
  }
383
- var VERSION = "0.3.0";
383
+ var VERSION = "0.4.1";
384
384
  var [, , sub, ...rest] = process.argv;
385
385
  function help() {
386
386
  console.log(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soltaoverbo/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "CLI para verbo.dev — aprenda inglês técnico passivamente",
5
5
  "bin": {
6
6
  "verbo": "./dist/bin.js"
package/src/bin.ts CHANGED
@@ -23,7 +23,7 @@ if (process.platform === "win32") {
23
23
  }
24
24
  }
25
25
 
26
- const VERSION = "0.3.0"
26
+ const VERSION = "0.4.1"
27
27
  const [, , sub, ...rest] = process.argv
28
28
 
29
29
  function help(): void {