diff --git a/docs/commands.md b/docs/commands.md index 31ee575d..ede09bac 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -367,7 +367,7 @@ Display version information. Short: $ leetcode version - 2.0.2 + 2.0.3 Verbose: @@ -377,7 +377,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.2 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.0.3 [Environment] Cache: /Users/skygragon/.lc/ diff --git a/package.json b/package.json index 2e7f2801..fc100584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-cli", - "version": "2.0.2", + "version": "2.0.3", "description": "A cli tool to enjoy leetcode!", "preferGlobal": "true", "bin": {