Skip to content

Commit

Permalink
Merge pull request #11 from tokuhirom/fix-plugin-metadata
Browse files Browse the repository at this point in the history
Fix plugin metadata.
  • Loading branch information
tokuhirom authored May 12, 2021
2 parents 125137e + 1e46788 commit d3f9bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10

env:
PLUGIN_NAME: obsidian-twohop-links-plugin # Change this to the name of your plugin-id folder
PLUGIN_NAME: obsidian-2hop-links-plugin # Change this to the name of your plugin-id folder

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"minAppVersion": "0.9.12",
"description": "Add links to other pages at the bottom of the editor.",
"author": "Tokuhiro Matsuno",
"authorUrl": "https://obsidian.md/about",
"authorUrl": "https://github.com/tokuhirom/",
"isDesktopOnly": false
}

0 comments on commit d3f9bdf

Please sign in to comment.