From 05651541de6819551ecea92689775f8c9a29122a Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 26 May 2022 23:17:53 -0600 Subject: [PATCH] Update the manifest to be accurate --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 60626c5..0607c87 100644 --- a/manifest.json +++ b/manifest.json @@ -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 }