8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0082de4 commit d65db4dCopy full SHA for d65db4d
docs/commands.md
@@ -363,7 +363,7 @@ Display version information.
363
Short:
364
365
$ leetcode version
366
- 2.0.1
+ 2.0.2
367
368
Verbose:
369
@@ -373,7 +373,7 @@ Verbose:
373
| | ___ ___| |_ ___ ___ __| | ___
374
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
375
| | __/ __/ |_ (__| (_) | (_| | __/
376
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.1
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.2
377
378
[Environment]
379
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments