Skip to content

Commit 8384cb5

Browse files
committed
🔖 Bump version to 1.17
1 parent 80d7296 commit 8384cb5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bookmark/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Maple Bookmarks",
44
"description": "Let you navigate smoothly while hiding the bookmark bar.",
5-
"version": "1.16",
5+
"version": "1.17",
66
"action": {
77
"default_popup": "popup.html"
88
},

bookmark/manifest_firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Maple Bookmarks",
44
"description": "Let you navigate smoothly while hiding the bookmark bar.",
5-
"version": "1.11",
5+
"version": "1.17",
66
"action": {
77
"default_popup": "popup.html"
88
},

bookmark/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const texts = {
3737
keepPanelOpenDesc: isZh
3838
? "开启后点击书签会在后台标签页打开,并尽量保持面板不自动关闭"
3939
: "Keep the panel open after clicking by opening bookmarks in background tabs.",
40-
versionText: "Maple Bookmarks v1.16",
40+
versionText: "Maple Bookmarks v1.17",
4141
};
4242

4343
// 应用国际化文本

0 commit comments

Comments
 (0)