Skip to content

Commit 86a2aad

Browse files
committed
Bump version
1 parent e74acfd commit 86a2aad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-clipper",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Official web clipper for Obsidian.",
55
"scripts": {
66
"dev:chrome": "webpack --watch --env BROWSER=chrome",

src/manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Obsidian Web Clipper",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"description": "Save content from the web to your Obsidian vault, in a portable, durable format that you can access even offline.",
66
"permissions": [
77
"activeTab",

src/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Obsidian Web Clipper",
4-
"version": "0.4.2",
4+
"version": "0.4.4",
55
"description": "Save content from the web to your Obsidian vault, in a portable, durable format that you can access even offline.",
66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)