Skip to content

Commit 4f44195

Browse files
committed
Bump to 2.0.3
Signed-off-by: Eric Wang <[email protected]>
1 parent 69e2fce commit 4f44195

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
@@ -367,7 +367,7 @@ Display version information.
367367
Short:
368368

369369
$ leetcode version
370-
2.0.2
370+
2.0.3
371371

372372
Verbose:
373373

@@ -377,7 +377,7 @@ Verbose:
377377
| | ___ ___| |_ ___ ___ __| | ___
378378
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
379379
| | __/ __/ |_ (__| (_) | (_| | __/
380-
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.2
380+
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.3
381381

382382
[Environment]
383383
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.2",
3+
"version": "2.0.3",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"bin": {

0 commit comments

Comments
 (0)