Skip to content

Commit b6c20d9

Browse files
committed
Bump to 2.0.0
Signed-off-by: Eric Wang <[email protected]>
1 parent c331f21 commit b6c20d9

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
@@ -338,7 +338,7 @@ Display version information.
338338
Short:
339339

340340
$ leetcode version
341-
1.0.0
341+
2.0.0
342342

343343
Verbose:
344344

@@ -348,7 +348,7 @@ Verbose:
348348
| | ___ ___| |_ ___ ___ __| | ___
349349
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
350350
| | __/ __/ |_ (__| (_) | (_| | __/
351-
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v1.0.0
351+
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.0
352352

353353
[Environment]
354354
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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"bin": {

0 commit comments

Comments
 (0)