From 9541202b40edaeedbc071895287b80eafde9d157 Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Thu, 10 Nov 2022 00:28:43 +0100 Subject: [PATCH] Version bump before release + added missing ToC link in README.md to new section --- README.md | 1 + manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15af2e9..531572d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Take full control of the order of your notes and folders: - [Example 11: Sample book structure with compound Roman number suffixes](#example-11-sample-book-structure-with-compound-roman-number-suffixes) - [Example 12: Apply same sorting to all folders in the vault](#example-12-apply-same-sorting-to-all-folders-in-the-vault) - [Example 13: Sorting rules inheritance by subfolders](#example-13-sorting-rules-inheritance-by-subfolders) +- [Alphabetical, Natural and True Alphabetical sorting orders](#alphabetical-natural-and-true-alphabetical-sorting-orders) - [Location of sorting specification YAML entry](#location-of-sorting-specification-yaml-entry) - [Ribbon icon](#ribbon-icon) - [Installing the plugin](#installing-the-plugin) diff --git a/manifest.json b/manifest.json index ba4b320..776ff32 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-sort", "name": "Custom File Explorer sorting", - "version": "1.0.3", + "version": "1.1.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", diff --git a/package.json b/package.json index 88bbda6..aaaf5b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-sort", - "version": "1.0.3", + "version": "1.1.0", "description": "Custom Sort plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bf6e6d4..cceb6be 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" + "1.0.3": "0.15.0", + "1.1.0": "0.15.0" }