Skip to content

Commit e48c602

Browse files
committed
Version bump before release
1 parent 0ba423c commit e48c602

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ and is used here to logically separate the series of combined groups into to log
166166
167167
## Matching starred items
168168
169-
The Obsidian core plugin `Starred` allows the user to 'star' files
169+
The Obsidian core plugin `Starred` allows the user to 'star' files\
170170
The keyword `starred:` allows matching such items. A folder is considered _starred_ if at least one immediate child file is starred
171171
172-
**Example:**
172+
**Example**
173173
174174
Consider the below sorting spec:
175175
```yaml

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.4.0",
4+
"version": "1.5.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.4.0",
3+
"version": "1.5.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
@@ -19,5 +19,6 @@
1919
"1.1.0": "0.15.0",
2020
"1.2.0": "0.15.0",
2121
"1.3.0": "0.15.0",
22-
"1.4.0": "0.15.0"
22+
"1.4.0": "0.15.0",
23+
"1.5.0": "0.15.0"
2324
}

0 commit comments

Comments
 (0)