diff --git a/docs/commands.md b/docs/commands.md index f0a68a4d..00c1de25 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -372,7 +372,7 @@ Display version information. Short: $ leetcode version - 2.1.0 + 2.1.1 Verbose: @@ -382,7 +382,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.0 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.1 [Environment] Cache: /Users/skygragon/.lc/ diff --git a/package.json b/package.json index 1bdbc7e1..2907cc5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-cli", - "version": "2.1.0", + "version": "2.1.1", "description": "A cli tool to enjoy leetcode!", "preferGlobal": "true", "bin": {