Skip to content

Commit

Permalink
发布 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
T authored and T committed Apr 26, 2023
1 parent 9af4cfd commit b596afe
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.8",
message: "修复选项页无法保存的 BUG,修复部分浏览器无法自动签到的 BUG,如需反馈欢迎 @sciooga"
title: "更新至 2.0.9",
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.8",
"version": "2.0.9",
"manifest_version": 3,
"description": "优雅便捷的 V2EX 扩展",
"background": {
Expand Down

0 comments on commit b596afe

Please sign in to comment.