Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Sep 18, 2024
1 parent 67554a6 commit db315ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit db315ea

Please sign in to comment.