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",
|
"id": "OA-file-hider",
|
||||||
"name": "Sample Plugin",
|
"name": "File Hider",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"minAppVersion": "0.12.0",
|
"minAppVersion": "0.14.6",
|
||||||
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
|
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
|
||||||
"author": "Obsidian",
|
"author": "Oliver Akins",
|
||||||
"authorUrl": "https://obsidian.md",
|
"authorUrl": "https://github.com/Oliver-Akins",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue