Skip to content

Commit

Permalink
ci: bump manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
florian42 committed Aug 10, 2024
1 parent 9486c95 commit f94d9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0",
"version": "0.2.1",
"description": "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Obsidian Clipper",
"version": "0.2.0",
"version": "0.2.1",
"description": "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian",
"icons": {
"16": "icons/icon_16.png",
Expand Down

0 comments on commit f94d9c6

Please sign in to comment.