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