Adjusted minimal required Obsidian API version in manifest.json, for consistency
This commit is contained in:
parent
b227a3b8d6
commit
037624412d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue