Skip to content

Commit 8400dba

Browse files
committed
Version bump before release
1 parent d59b1af commit 8400dba

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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": "2.1.9",
4+
"version": "2.1.10",
55
"minAppVersion": "0.16.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": "2.1.9",
3+
"version": "2.1.10",
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
@@ -42,5 +42,6 @@
4242
"2.1.5": "0.16.2",
4343
"2.1.7": "0.16.2",
4444
"2.1.8": "0.16.2",
45-
"2.1.9": "0.16.2"
45+
"2.1.9": "0.16.2",
46+
"2.1.10": "0.16.2"
4647
}

0 commit comments

Comments
 (0)