Skip to content

Commit f3bbe3d

Browse files
committed
Version bump after major update (merged upstream obsidianmd/obsidian-sample-plugin changes)
1 parent 3a02ecd commit f3bbe3d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "custom-sort",
33
"name": "Custom File Explorer sorting",
4-
"version": "0.6.2",
5-
"minAppVersion": "0.12.0",
4+
"version": "0.7.0",
5+
"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 <[email protected]>",
88
"authorUrl": "https://github.com/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": "0.6.2",
3+
"version": "0.7.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
@@ -3,5 +3,6 @@
33
"0.5.189": "0.12.0",
44
"0.6.0": "0.12.0",
55
"0.6.1": "0.12.0",
6-
"0.6.2": "0.12.0"
6+
"0.6.2": "0.12.0",
7+
"0.7.0": "0.15.0"
78
}

0 commit comments

Comments
 (0)