Skip to content

Commit 17f6a04

Browse files
committed
Version bump before release
1 parent e15f23d commit 17f6a04

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

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": "3.1.4",
4+
"version": "3.1.5",
55
"minAppVersion": "1.7.2",
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": "3.1.4",
3+
"version": "3.1.5",
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
@@ -55,5 +55,6 @@
5555
"3.1.1": "1.7.2",
5656
"3.1.2": "1.7.2",
5757
"3.1.3": "1.7.2",
58-
"3.1.4": "1.7.2"
58+
"3.1.4": "1.7.2",
59+
"3.1.5": "1.7.2"
5960
}

0 commit comments

Comments
 (0)