diff --git a/package.json b/package.json index 43079126..f0a0adfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-clipper", - "version": "0.4.6", + "version": "0.4.7", "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 c5c1aed4..11ea3ce9 100644 --- a/src/manifest.chrome.json +++ b/src/manifest.chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Obsidian Web Clipper", "homepage_url": "https://obsidian.md/", - "version": "0.4.6", + "version": "0.4.7", "description": "Save content from the web in a private and durable format that you can access offline. The official browser extension for Obsidian.", "permissions": [ "activeTab", diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index ce65aeca..d985bb49 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Obsidian Web Clipper", "homepage_url": "https://obsidian.md/", - "version": "0.4.6", + "version": "0.4.7", "description": "Save content from the web in a private and durable format that you can access offline. The official browser extension for Obsidian.", "permissions": [ "activeTab",