Skip to content

Commit

Permalink
Bump to 2.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: skygragon <skygragon@gmail.com>
  • Loading branch information
skygragon committed Sep 29, 2019
1 parent d30a136 commit 5245886
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -467,7 +467,7 @@ Display version information.
Short:

$ leetcode version
2.6.1
2.6.2

Verbose:

Expand All @@ -477,7 +477,7 @@ Verbose:
| | ___ ___| |_ ___ ___ __| | ___
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
| | __/ __/ |_ (__| (_) | (_| | __/
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.6.1
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.6.2

[Environment]
Node v8.1.4
Expand Down
4 changes: 4 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
layout: default
title: Release Notes
---
# 2.6.2
* `submit`
* fixes beta ratio issue

# 2.6.1
* `submit`
* fixes 500 error on windows.
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": "2.6.1",
"version": "2.6.2",
"description": "A cli tool to enjoy leetcode!",
"preferGlobal": "true",
"engines": {
Expand Down

0 comments on commit 5245886

Please sign in to comment.