Skip to content

Commit

Permalink
fix: rename plugin id
Browse files Browse the repository at this point in the history
version 1.0.1
  • Loading branch information
giselle197 committed Feb 14, 2023
1 parent 72cc10a commit 1a2267f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-external-links-in-document",
"id": "external-links-in-document",
"name": "External Links",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Show all external links (URLs) in the current file",
"author": "Giselle",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-external-links-in-document",
"version": "1.0.0",
"name": "external-links-in-document",
"version": "1.0.1",
"description": "Show all external links (URLs) in the current file",
"main": "main.js",
"scripts": {
Expand All @@ -21,4 +21,4 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
}

0 comments on commit 1a2267f

Please sign in to comment.