From 02dcf15520afe750019538b627e3bff01b5f9da4 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Fri, 27 May 2022 00:42:20 -0600 Subject: [PATCH] Specify the branch in the manifest --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0607c87..1dadae4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,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 -} + "isDesktopOnly": false, + "branch": "main" +} \ No newline at end of file