From b227a3b8d6719af39a9a8c042d19d4e30c0a3702 Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:39:49 +0200 Subject: [PATCH] #74 - Integration with Bookmarks core plugin and support for indirect drag & drop arrangement - versions bump for release 2.0.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 774524b..0e2f8ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-sort", "name": "Custom File Explorer sorting", - "version": "1.9.2", + "version": "2.0.1", "minAppVersion": "0.15.0", "description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer", "author": "SebastianMC", diff --git a/package.json b/package.json index 9655eb6..cb252b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-sort", - "version": "1.9.2", + "version": "2.0.1", "description": "Custom Sort plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fa1488d..ce7fe05 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "1.8.2": "0.15.0", "1.9.0": "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" }