Skip to content

Commit 1a722e3

Browse files
committed
发布 v2.0.1 - 补丁注入关键版本
1 parent 40f9f37 commit 1a722e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from contextlib import contextmanager
3838

3939
# Build Configuration
40-
VERSION = "2.0.0"
40+
VERSION = "2.0.1"
4141
PROJECT_NAME = "AugmentCode-Free"
4242
AUTHOR = "BasicProtein"
4343
DESCRIPTION = "多IDE维护工具包 - 支持VS Code、Cursor、Windsurf、JetBrains"

languages/en_US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app": {
33
"title": "AugmentCode-Free",
44
"welcome": "Welcome",
5-
"version": "v2.0.0 - Enhanced Cleanup Engine",
5+
"version": "v2.0.1 - Critical Bug Fixes",
66
"select_ide": "Select IDE:",
77
"language": "Language:",
88
"about": "About",

languages/zh_CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app": {
33
"title": "AugmentCode-Free",
44
"welcome": "欢迎使用",
5-
"version": "v2.0.0 - 增强清理引擎版本",
5+
"version": "v2.0.1 - 补丁注入关键版本",
66
"select_ide": "选择 IDE:",
77
"language": "语言:",
88
"about": "关于",

0 commit comments

Comments
 (0)