diff --git a/docs/commands.md b/docs/commands.md index e7870174..3b4abcde 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -363,7 +363,7 @@ Display version information. Short: $ leetcode version - 2.0.1 + 2.0.2 Verbose: @@ -373,7 +373,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.1 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.2 [Environment] Cache: /Users/skygragon/.lc/ diff --git a/package.json b/package.json index a84bb55b..2e7f2801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-cli", - "version": "2.0.1", + "version": "2.0.2", "description": "A cli tool to enjoy leetcode!", "preferGlobal": "true", "bin": {