Adjusted minimal required Obsidian API version in manifest.json, for consistency

This commit is contained in:
SebastianMC 2023-10-23 11:52:22 +02:00
parent b227a3b8d6
commit 037624412d
1 changed files with 1 additions and 1 deletions

View File

@ -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",