From 8bd78ce0d7a1c8113668dd3a2a7a4887f7e58dc7 Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:48:06 +0100 Subject: [PATCH] Version bump before release 3.1.0 + min required Obsidian increased to 1.7.2 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 9acb759..32af821 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "custom-sort", "name": "Custom File Explorer sorting", - "version": "3.0.1", - "minAppVersion": "0.16.2", + "version": "3.1.0", + "minAppVersion": "1.7.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", diff --git a/package.json b/package.json index fd4c374..2ea310d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-sort", - "version": "3.0.1", + "version": "3.1.0", "description": "Custom Sort plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index abe2c89..8efc193 100644 --- a/versions.json +++ b/versions.json @@ -50,5 +50,6 @@ "2.1.14": "0.16.2", "2.1.15": "0.16.2", "3.0.0": "1.7.2", - "3.0.1": "1.7.2" + "3.0.1": "1.7.2", + "3.1.0": "1.7.2" }