From 037624412d4f5218c1f0112d67bfabf6614f8123 Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:52:22 +0200 Subject: [PATCH] Adjusted minimal required Obsidian API version in manifest.json, for consistency --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0e2f8ca..1a37047 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "custom-sort", "name": "Custom File Explorer sorting", "version": "2.0.1", - "minAppVersion": "0.15.0", + "minAppVersion": "0.16.2", "description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer", "author": "SebastianMC", "authorUrl": "https://github.com/SebastianMC",