Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mottox2 committed Oct 20, 2022
1 parent 99d2e49 commit ec75269
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ This plugin outputs a list of related notes from the note links.

## Credit

This plugin is inspired by [tokuhirom/obsidian-2hop-links-plugin](https://github.com/tokuhirom/obsidian-2hop-links-plugin).
This plugin is inspired by [tokuhirom/obsidian-2hop-links-plugin](https://github.com/tokuhirom/obsidian-2hop-links-plugin) and [Scrapbox 2hop links](https://scrapbox.io/shokai/2_hop_link).
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"id": "obsidian-relation-pane",
"name": "Relation Pane",
"version": "0.0.1",
"minAppVersion": "0.15.0",
"description": "This plugin displays a panel that summarizes the links an article has.",
"minAppVersion": "1.0.0",
"description": "This plugin displays a panel that summarize relations between notes.",
"author": "mottox2",
"authorUrl": "https://mottox2.com",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
}
"0.0.1": "1.0.0"
}

0 comments on commit ec75269

Please sign in to comment.