We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e2fce commit 4f44195Copy full SHA for 4f44195
docs/commands.md
@@ -367,7 +367,7 @@ Display version information.
367
Short:
368
369
$ leetcode version
370
- 2.0.2
+ 2.0.3
371
372
Verbose:
373
@@ -377,7 +377,7 @@ Verbose:
377
| | ___ ___| |_ ___ ___ __| | ___
378
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
379
| | __/ __/ |_ (__| (_) | (_| | __/
380
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.2
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.3
381
382
[Environment]
383
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments