diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c40657..b0ca18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.17.3 + +- 修改插件显示的 README + ## version 2.17.2 - 修改插件显示的 README diff --git a/package.json b/package.json index 1ba066e..bbe8a2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "%main.description%", - "version": "2.17.2", + "version": "2.17.3", "author": "ccagml", "publisher": "ccagml", "license": "MIT", diff --git a/package.nls.json b/package.nls.json index 2c8706d..c85a743 100644 --- a/package.nls.json +++ b/package.nls.json @@ -1,5 +1,5 @@ { - "main.description": "LeetCode official plug-in enhancement, code open source, increase the difficulty score of LeetCode questions, give a star, please~\nGitHub 开源,给个 star 吧~", + "main.description": "在 VSCode 上做LeetCode题的插件, GitHub 开源,给个 star 吧~", "main.name": "vscode-leetcode-problem-rating", "main.contributes.commands.lcpr.deleteCache.title": "Delete Cache", "main.contributes.commands.lcpr.toggleLeetCodeCn.title": "Switch Endpoint",