From 3ace85fc3a5bcdc81c493ff2c04312c9228cd27c Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:17:08 -0700 Subject: [PATCH] Bump version --- package.json | 2 +- src/manifest.chrome.json | 2 +- src/manifest.firefox.json | 2 +- src/manifest.safari.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fdaf5d33..725b22e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-clipper", - "version": "0.7.1", + "version": "0.7.2", "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 3f9c1085..247cbef0 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.7.1", + "version": "0.7.2", "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 23e3d671..2b338850 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.7.1", + "version": "0.7.2", "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.safari.json b/src/manifest.safari.json index d73ce804..643cbabb 100644 --- a/src/manifest.safari.json +++ b/src/manifest.safari.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Obsidian Web Clipper", "homepage_url": "https://obsidian.md/", - "version": "0.7.1", + "version": "0.7.2", "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",