Skip to content

Commit 9541202

Browse files
committed
Version bump before release
+ added missing ToC link in README.md to new section
1 parent ed923e6 commit 9541202

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Take full control of the order of your notes and folders:
3535
- [Example 11: Sample book structure with compound Roman number suffixes](#example-11-sample-book-structure-with-compound-roman-number-suffixes)
3636
- [Example 12: Apply same sorting to all folders in the vault](#example-12-apply-same-sorting-to-all-folders-in-the-vault)
3737
- [Example 13: Sorting rules inheritance by subfolders](#example-13-sorting-rules-inheritance-by-subfolders)
38+
- [Alphabetical, Natural and True Alphabetical sorting orders](#alphabetical-natural-and-true-alphabetical-sorting-orders)
3839
- [Location of sorting specification YAML entry](#location-of-sorting-specification-yaml-entry)
3940
- [Ribbon icon](#ribbon-icon)
4041
- [Installing the plugin](#installing-the-plugin)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "custom-sort",
33
"name": "Custom File Explorer sorting",
4-
"version": "1.0.3",
4+
"version": "1.1.0",
55
"minAppVersion": "0.15.0",
66
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
77
"author": "SebastianMC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-custom-sort",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"1.0.0": "0.15.0",
1616
"1.0.1": "0.15.0",
1717
"1.0.2": "0.15.0",
18-
"1.0.3": "0.15.0"
18+
"1.0.3": "0.15.0",
19+
"1.1.0": "0.15.0"
1920
}

0 commit comments

Comments
 (0)