Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Sep 17, 2024
1 parent e74acfd commit 86a2aad
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.2",
"version": "0.4.3",
"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
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Obsidian Web Clipper",
"version": "0.4.2",
"version": "0.4.3",
"description": "Save content from the web to your Obsidian vault, in a portable, durable format that you can access even offline.",
"permissions": [
"activeTab",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Obsidian Web Clipper",
"version": "0.4.2",
"version": "0.4.4",
"description": "Save content from the web to your Obsidian vault, in a portable, durable format that you can access even offline.",
"permissions": [
"activeTab",
Expand Down

0 comments on commit 86a2aad

Please sign in to comment.