Update the manifest to be accurate
This commit is contained in:
parent
fa42ef1eb0
commit
05651541de
1 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-sample-plugin",
|
||||
"name": "Sample Plugin",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
|
||||
"author": "Obsidian",
|
||||
"authorUrl": "https://obsidian.md",
|
||||
"id": "OA-file-hider",
|
||||
"name": "File Hider",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.14.6",
|
||||
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
|
||||
"author": "Oliver Akins",
|
||||
"authorUrl": "https://github.com/Oliver-Akins",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue