Skip to content

Commit 9d6bf99

Browse files
lev-engineerclaude
andcommitted
Bump version to 1.1.1
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f79a291 commit 9d6bf99

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

extension-chrome/manifest.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "__MSG_extensionDescription__",
66
"default_locale": "en",
77
"author": "Lev Gelfenbuim",
88
"homepage_url": "https://github.com/levz0r/markdown-printer",
9-
"permissions": ["activeTab", "contextMenus", "downloads", "scripting"],
9+
"permissions": [
10+
"activeTab",
11+
"contextMenus",
12+
"downloads",
13+
"scripting"
14+
],
1015
"background": {
1116
"service_worker": "background.js"
1217
},
@@ -23,4 +28,4 @@
2328
"128": "icon128.png"
2429
}
2530
}
26-
}
31+
}

extension-firefox/manifest.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "__MSG_extensionDescription__",
66
"default_locale": "en",
77
"author": "Lev Gelfenbuim",
88
"homepage_url": "https://github.com/levz0r/markdown-printer",
9-
"permissions": ["activeTab", "contextMenus", "downloads", "scripting"],
9+
"permissions": [
10+
"activeTab",
11+
"contextMenus",
12+
"downloads",
13+
"scripting"
14+
],
1015
"background": {
11-
"scripts": ["background.js"]
16+
"scripts": [
17+
"background.js"
18+
]
1219
},
1320
"icons": {
1421
"16": "icon16.png",
@@ -28,8 +35,10 @@
2835
"id": "markdown-printer@lev.engineer",
2936
"strict_min_version": "121.0",
3037
"data_collection_permissions": {
31-
"required": ["none"]
38+
"required": [
39+
"none"
40+
]
3241
}
3342
}
3443
}
35-
}
44+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-printer",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Save web pages as Markdown files with preserved formatting",
55
"scripts": {
66
"build": "node build.js",

0 commit comments

Comments
 (0)