0
0
Fork 0

Update the manifest to be accurate

This commit is contained in:
Oliver Akins 2022-05-26 23:17:53 -06:00
parent fa42ef1eb0
commit 05651541de
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -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
}