Version bump before release

+ added missing ToC link in README.md to new section
This commit is contained in:
SebastianMC 2022-11-10 00:28:43 +01:00
parent ed923e68fe
commit 9541202b40
4 changed files with 5 additions and 3 deletions

View File

@ -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 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 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) - [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) - [Location of sorting specification YAML entry](#location-of-sorting-specification-yaml-entry)
- [Ribbon icon](#ribbon-icon) - [Ribbon icon](#ribbon-icon)
- [Installing the plugin](#installing-the-plugin) - [Installing the plugin](#installing-the-plugin)

View File

@ -1,7 +1,7 @@
{ {
"id": "custom-sort", "id": "custom-sort",
"name": "Custom File Explorer sorting", "name": "Custom File Explorer sorting",
"version": "1.0.3", "version": "1.1.0",
"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.0.3", "version": "1.1.0",
"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

@ -15,5 +15,6 @@
"1.0.0": "0.15.0", "1.0.0": "0.15.0",
"1.0.1": "0.15.0", "1.0.1": "0.15.0",
"1.0.2": "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"
} }