We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48ba79 commit 053062fCopy full SHA for 053062f
docs/commands.md
@@ -372,7 +372,7 @@ Display version information.
372
Short:
373
374
$ leetcode version
375
- 2.1.0
+ 2.1.1
376
377
Verbose:
378
@@ -382,7 +382,7 @@ Verbose:
382
| | ___ ___| |_ ___ ___ __| | ___
383
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
384
| | __/ __/ |_ (__| (_) | (_| | __/
385
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.0
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.1
386
387
[Environment]
388
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments