diff --git a/docs/commands.md b/docs/commands.md index efea5167..a5516fe6 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -357,7 +357,7 @@ Display version information. Short: $ leetcode version - 2.0.0 + 2.0.1 Verbose: @@ -367,7 +367,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.0 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.1 [Environment] Cache: /Users/skygragon/.lc/ @@ -388,4 +388,4 @@ Verbose: [Plugins] retry default cache default - leetcode default \ No newline at end of file + leetcode default diff --git a/package.json b/package.json index 773b605c..a84bb55b 100644 --- a/package.json +++ b/package.json @@ -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": {