We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c331f21 commit b6c20d9Copy full SHA for b6c20d9
docs/commands.md
@@ -338,7 +338,7 @@ Display version information.
338
Short:
339
340
$ leetcode version
341
- 1.0.0
+ 2.0.0
342
343
Verbose:
344
@@ -348,7 +348,7 @@ Verbose:
348
| | ___ ___| |_ ___ ___ __| | ___
349
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
350
| | __/ __/ |_ (__| (_) | (_| | __/
351
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v1.0.0
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.0
352
353
[Environment]
354
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments