Skip to content

Commit

Permalink
Bump to 1.0.0
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 19, 2017
1 parent 7ab5c85 commit efa859c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Display version information.
Short:

$ leetcode version
0.10.1
1.0.0

Verbose:

Expand All @@ -348,7 +348,7 @@ Verbose:
| | ___ ___| |_ ___ ___ __| | ___
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
| | __/ __/ |_ (__| (_) | (_| | __/
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.10.1
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v1.0.0

[Environment]
Cache: /Users/skygragon/.lc/
Expand Down
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": "0.10.1",
"version": "1.0.0",
"description": "A cli tool to enjoy leetcode!",
"preferGlobal": "true",
"bin": {
Expand Down

0 comments on commit efa859c

Please sign in to comment.