diff --git a/.gitignore b/.gitignore
index d20b223..74dc863 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ meta.json
__pycache__
.pytest_cache
*.log
-*.zip
\ No newline at end of file
+*.zip
+venv
\ No newline at end of file
diff --git a/addon/constants.py b/addon/constants.py
index 25dd30f..15d91d0 100644
--- a/addon/constants.py
+++ b/addon/constants.py
@@ -1,4 +1,4 @@
-VERSION = 'v6.0.1'
+VERSION = 'v6.0.2'
RELEASE_URL = 'https://github.com/megachweng/Dict2Anki'
VERSION_CHECK_API = 'https://api.github.com/repos/megachweng/Dict2Anki/releases/latest'
MODEL_NAME = f'Dict2Anki-{VERSION}'
diff --git a/anki_addon_page.tpl b/anki_addon_page.tpl
index 2227ab0..0c57503 100644
--- a/anki_addon_page.tpl
+++ b/anki_addon_page.tpl
@@ -2,6 +2,10 @@
Dict2Anki 是一款方便有道词典、欧陆词典用户同步生成单词本卡片至Anki的插件
Change Logs:
+v6.0.2:
+ 添加英英注释 THX to deluser8
+v6.0.1:
+ 修复菜单栏不雅词汇
v6.0.0:
导入指定单词分组
添加必应(bing)词典查询API