Skip to content

Commit 6c5b421

Browse files
committed
Bump to 0.2.0
Signed-off-by: Eric Wang <[email protected]>
1 parent 63cc787 commit 6c5b421

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Great thanks to leetcode.com, an really awesome website!
1111
## Table of Contents
1212

1313
* [Install](#install)
14-
* [Best Practics](#best-practice)
14+
* [Best Practice](#best-practice)
1515
* [Commands](#commands)
1616
* [help](#help)
1717
* [list](#list)
@@ -232,4 +232,4 @@ Create a file named `.lcconfig` in your home directory.
232232
{
233233
"LANG": "java",
234234
"USE_COLOR": true
235-
}
235+
}

package.json

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

0 commit comments

Comments
 (0)