Skip to content

Commit

Permalink
发布 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
T authored and T committed Mar 23, 2023
1 parent b4165d8 commit 09a0c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions background.js
Expand Up @@ -24,8 +24,8 @@ chrome.runtime.onInstalled.addListener(async (e) => {
chrome.notifications.create({
type: "basic",
iconUrl: "icon/icon38_msg.png",
title: "更新至 2.0.4",
message: "增加搜索框[/]快捷键、 sov2ex 右键菜单开关,优化黑暗模式,修复部分 bug,如需反馈欢迎 @sciooga"
title: "更新至 2.0.5",
message: "增加推荐主题[更多]按钮,修复部分情况会误激活搜索框,如需反馈欢迎 @sciooga"
});

// 2.0.0 checkin typo
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "v2ex plus",
"version": "2.0.4",
"version": "2.0.5",
"manifest_version": 3,
"description": "优雅便捷的 V2EX 扩展",
"background": {
Expand Down

0 comments on commit 09a0c8d

Please sign in to comment.