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 fe7950b commit 56ff77bCopy full SHA for 56ff77b
docs/commands.md
@@ -290,7 +290,7 @@ Display version information.
290
Short:
291
292
$ leetcode version
293
- 0.9.0
+ 0.10.0
294
295
Verbose:
296
@@ -300,7 +300,7 @@ Verbose:
300
| | ___ ___| |_ ___ ___ __| | ___
301
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
302
| | __/ __/ |_ (__| (_) | (_| | __/
303
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.9.0
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.10.0
304
305
[Environment]
306
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "0.9.0",
+ "version": "0.10.0",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments