Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wang <skygragon@gmail.com>
  • Loading branch information
skygragon committed Jul 30, 2017
1 parent ffb159d commit 1d04736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Display version information.
Short:

$ leetcode version
2.0.0
2.0.1

Verbose:

Expand All @@ -367,7 +367,7 @@ Verbose:
| | ___ ___| |_ ___ ___ __| | ___
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
| | __/ __/ |_ (__| (_) | (_| | __/
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.0
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.1

[Environment]
Cache: /Users/skygragon/.lc/
Expand All @@ -388,4 +388,4 @@ Verbose:
[Plugins]
retry default
cache default
leetcode default
leetcode default
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leetcode-cli",
"version": "2.0.0",
"version": "2.0.1",
"description": "A cli tool to enjoy leetcode!",
"preferGlobal": "true",
"bin": {
Expand Down

0 comments on commit 1d04736

Please sign in to comment.