Skip to content

Commit 6b28954

Browse files
committed
Bump version
1 parent f6c06e3 commit 6b28954

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

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

src/manifest.chrome.json

Lines changed: 1 addition & 1 deletion
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.4.7",
5+
"version": "0.4.8",
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

Lines changed: 1 addition & 1 deletion
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.4.7",
5+
"version": "0.4.8",
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)