Skip to content

Commit 3ace85f

Browse files
committed
Bump version
1 parent 9a49129 commit 3ace85f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

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

src/manifest.chrome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Obsidian Web Clipper",
44
"homepage_url": "https://obsidian.md/",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"description": "Save content from the web in a private and durable format that you can access offline. The official browser extension for Obsidian.",
77
"permissions": [
88
"activeTab",

src/manifest.firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Obsidian Web Clipper",
44
"homepage_url": "https://obsidian.md/",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"description": "Save content from the web in a private and durable format that you can access offline. The official browser extension for Obsidian.",
77
"permissions": [
88
"activeTab",

src/manifest.safari.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Obsidian Web Clipper",
44
"homepage_url": "https://obsidian.md/",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"description": "Save content from the web in a private and durable format that you can access offline. The official browser extension for Obsidian.",
77
"permissions": [
88
"activeTab",

0 commit comments

Comments
 (0)