Skip to content

Commit d65db4d

Browse files
committed
Bump to 2.0.2
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 0082de4 commit d65db4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/commands.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Display version information.
363363
Short:
364364

365365
$ leetcode version
366-
2.0.1
366+
2.0.2
367367

368368
Verbose:
369369

@@ -373,7 +373,7 @@ Verbose:
373373
| | ___ ___| |_ ___ ___ __| | ___
374374
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
375375
| | __/ __/ |_ (__| (_) | (_| | __/
376-
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.1
376+
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.2
377377

378378
[Environment]
379379
Cache: /Users/skygragon/.lc/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-cli",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"bin": {

0 commit comments

Comments
 (0)