diff --git a/package.json b/package.json index f7639d94..4d6e5ddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-clipper", - "version": "0.4.2", + "version": "0.4.3", "description": "Official web clipper for Obsidian.", "scripts": { "dev:chrome": "webpack --watch --env BROWSER=chrome", diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index f233bf23..7526a106 100644 --- a/src/manifest.chrome.json +++ b/src/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Obsidian Web Clipper", - "version": "0.4.2", + "version": "0.4.3", "description": "Save content from the web to your Obsidian vault, in a portable, durable format that you can access even offline.", "permissions": [ "activeTab", diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index f3788e4d..a1ff14d2 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Obsidian Web Clipper", - "version": "0.4.2", + "version": "0.4.4", "description": "Save content from the web to your Obsidian vault, in a portable, durable format that you can access even offline.", "permissions": [ "activeTab",