From f3bbe3d9b6382f03b926fd1d5d70d459c9e1dd34 Mon Sep 17 00:00:00 2001 From: SebastianMC Date: Wed, 14 Sep 2022 11:16:46 +0200 Subject: [PATCH] Version bump after major update (merged upstream obsidianmd/obsidian-sample-plugin changes) --- 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 d624922..442634b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "custom-sort", "name": "Custom File Explorer sorting", - "version": "0.6.2", - "minAppVersion": "0.12.0", + "version": "0.7.0", + "minAppVersion": "0.15.0", "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 5b6b952..f0a38b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-sort", - "version": "0.6.2", + "version": "0.7.0", "description": "Custom Sort plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9793039..ba213c0 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.5.189": "0.12.0", "0.6.0": "0.12.0", "0.6.1": "0.12.0", - "0.6.2": "0.12.0" + "0.6.2": "0.12.0", + "0.7.0": "0.15.0" }