diff --git a/package.json b/package.json index 2debd55e..2bc284d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-clipper", - "version": "0.5.0", + "version": "0.6.0", "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 df292b25..100f8056 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.5.0", + "version": "0.6.0", "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 a0d2d434..e7769067 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.5.0", + "version": "0.6.0", "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",