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 27f252e commit a7c277cCopy full SHA for a7c277c
docs/commands.md
@@ -372,7 +372,7 @@ Display version information.
372
Short:
373
374
$ leetcode version
375
- 2.0.3
+ 2.1.0
376
377
Verbose:
378
@@ -382,7 +382,7 @@ Verbose:
382
| | ___ ___| |_ ___ ___ __| | ___
383
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
384
| | __/ __/ |_ (__| (_) | (_| | __/
385
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.3
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.0
386
387
[Environment]
388
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "2.0.3",
+ "version": "2.1.0",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments