#74 - Integration with Bookmarks core plugin and support for indirect drag & drop arrangement

- versions bump for release 2.0.1
This commit is contained in:
SebastianMC 2023-10-23 11:39:49 +02:00
parent 1fd3d137a3
commit b227a3b8d6
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"id": "custom-sort", "id": "custom-sort",
"name": "Custom File Explorer sorting", "name": "Custom File Explorer sorting",
"version": "1.9.2", "version": "2.0.1",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer", "description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
"author": "SebastianMC", "author": "SebastianMC",

View File

@ -1,6 +1,6 @@
{ {
"name": "obsidian-custom-sort", "name": "obsidian-custom-sort",
"version": "1.9.2", "version": "2.0.1",
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)", "description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View File

@ -31,5 +31,6 @@
"1.8.2": "0.15.0", "1.8.2": "0.15.0",
"1.9.0": "0.15.0", "1.9.0": "0.15.0",
"1.9.1": "0.15.0", "1.9.1": "0.15.0",
"1.9.2": "0.15.0" "1.9.2": "0.15.0",
"2.0.1": "0.16.2"
} }