Skip to content

Commit 7f532ea

Browse files
committed
readme
1 parent 1757f17 commit 7f532ea

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.17.3
2+
3+
- 修改插件显示的 README
4+
15
## version 2.17.2
26

37
- 修改插件显示的 README

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "%main.description%",
5-
"version": "2.17.2",
5+
"version": "2.17.3",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"main.description": "LeetCode official plug-in enhancement, code open source, increase the difficulty score of LeetCode questions, give a star, please~\nGitHub 开源,给个 star 吧~",
2+
"main.description": "在 VSCode 上做LeetCode题的插件, GitHub 开源,给个 star 吧~",
33
"main.name": "vscode-leetcode-problem-rating",
44
"main.contributes.commands.lcpr.deleteCache.title": "Delete Cache",
55
"main.contributes.commands.lcpr.toggleLeetCodeCn.title": "Switch Endpoint",

0 commit comments

Comments
 (0)