Skip to content

Commit 053062f

Browse files
committed
Bump to 2.1.1
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent c48ba79 commit 053062f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/commands.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Display version information.
372372
Short:
373373

374374
$ leetcode version
375-
2.1.0
375+
2.1.1
376376

377377
Verbose:
378378

@@ -382,7 +382,7 @@ Verbose:
382382
| | ___ ___| |_ ___ ___ __| | ___
383383
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
384384
| | __/ __/ |_ (__| (_) | (_| | __/
385-
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.0
385+
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.1
386386

387387
[Environment]
388388
Cache: /Users/skygragon/.lc/

Diff for: package.json

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

0 commit comments

Comments
 (0)