Skip to content

Commit

Permalink
fix: manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-rowan committed Nov 12, 2023
1 parent 395cbcb commit 93852f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-vim-yank-highlight",
"name": "Vim Yank Highlight",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.",
"author": "Aleksey Rowan",
"authorUrl": "https://github.com/aleksey-rowan",
"fundingUrl": "https://www.buymeacoffee.com/alekseyrowan",
"isDesktopOnly": true
}
"id": "vim-yank-highlight",
"name": "Vim Yank Highlight",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.",
"author": "Aleksey Rowan",
"authorUrl": "https://github.com/aleksey-rowan",
"fundingUrl": "https://www.buymeacoffee.com/alekseyrowan",
"isDesktopOnly": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "obsidian-sample-plugin",
"name": "vim-yank-highlight",
"version": "1.0.2",
"description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.",
"main": "main.js",
Expand Down

0 comments on commit 93852f3

Please sign in to comment.