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 7ab5c85 commit efa859cCopy full SHA for efa859c
docs/commands.md
@@ -338,7 +338,7 @@ Display version information.
338
Short:
339
340
$ leetcode version
341
- 0.10.1
+ 1.0.0
342
343
Verbose:
344
@@ -348,7 +348,7 @@ Verbose:
348
| | ___ ___| |_ ___ ___ __| | ___
349
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
350
| | __/ __/ |_ (__| (_) | (_| | __/
351
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.10.1
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v1.0.0
352
353
[Environment]
354
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "0.10.1",
+ "version": "1.0.0",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments