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 5921e53 commit 512de8bCopy full SHA for 512de8b
doc/commands.md
@@ -228,7 +228,7 @@ Display version information.
228
Short:
229
230
$ lc version
231
- 0.4.0
+ 0.5.0
232
233
Verbose:
234
@@ -238,7 +238,7 @@ Verbose:
238
| | ___ ___| |_ ___ ___ __| | ___
239
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
240
| | __/ __/ |_ (__| (_) | (_| | __/
241
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.4.0
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.5.0
242
243
[Environment]
244
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments