Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Sep 14, 2024
1 parent 02ebddc commit 032b278
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.0",
"version": "0.4.1",
"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.0",
"version": "0.4.1",
"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.0",
"version": "0.4.1",
"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 032b278

Please sign in to comment.